diff options
author | pav <pav@FreeBSD.org> | 2004-06-02 07:24:09 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-02 07:24:09 +0000 |
commit | 34d801b54e02db4a598244cc85af02fec6d65d89 (patch) | |
tree | e3c133c127714858db03ce52ddb3134f4721677d /www/links | |
parent | 8d8c3f3ee3086dfa888499b44510ba0d0e72e0ba (diff) | |
download | FreeBSD-ports-34d801b54e02db4a598244cc85af02fec6d65d89.zip FreeBSD-ports-34d801b54e02db4a598244cc85af02fec6d65d89.tar.gz |
- Fix dependencies in WITHOUT_X11 case
Reported by: Evgueni V. Gavrilov <aquatique@rusunix.org> on frebsd-ports@
Approved by: demon (maintainer)
Diffstat (limited to 'www/links')
-rw-r--r-- | www/links/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 7c4199f..d812c88 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -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 |