diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-02 07:24:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-02 07:24:09 +0000 |
commit | cb20ce830ba4011036baa05f6db40cd16621086a (patch) | |
tree | e4c1ce74361641907446562a5ec2501641626b39 | |
parent | Update to version 5.79. (diff) |
- Fix dependencies in WITHOUT_X11 case
Reported by: Evgueni V. Gavrilov <aquatique@rusunix.org> on frebsd-ports@
Approved by: demon (maintainer)
-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 7c4199f97001..d812c8828be3 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 |