1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Fix build on NOPORTDOCS

Reported by:	QAT
This commit is contained in:
Pietro Cerutti 2009-10-05 12:03:42 +00:00
parent 9e683a20cf
commit 6b956beef5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242490

View File

@ -22,8 +22,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-esdtest --disable-dependency-tracking \
--disable-rpath --enable-mans
MAN1= e16.1
.if !defined(WITHOUT_ESOUND)
USE_GNOME= esound
.else
@ -39,6 +37,7 @@ PLIST_SUB+= NLS="@comment "
.endif
.if !defined(NOPORTDOCS)
MAN1= e16.1
CONFIGURE_ARGS+=--enable-docs=yes
.else
CONFIGURE_ARGS+=--enable-docs=no