- Fix dependencies in WITHOUT_X11 case

Reported by:	Evgueni V. Gavrilov <aquatique@rusunix.org> on frebsd-ports@
Approved by:	demon (maintainer)
This commit is contained in:
Pav Lucistnik 2004-06-02 07:24:09 +00:00
parent 2a229703e1
commit cb20ce830b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110646

View file

@ -43,7 +43,6 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
USE_XLIB= yes
CONFIGURE_ARGS+= --enable-graphics --with-x
.else
USE_XLIB= no
CONFIGURE_ARGS+= --without-x
.endif