diff options
author | trevor <trevor@FreeBSD.org> | 2001-08-14 10:44:32 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-08-14 10:44:32 +0000 |
commit | 230083d363e57a18ea0564b9dcb252f173dcf488 (patch) | |
tree | 79fc3b314f08adabc53310370df9478092dc04bd /net | |
parent | 9491743fbc37d336da40547b06e385f4b23c6989 (diff) | |
download | FreeBSD-ports-230083d363e57a18ea0564b9dcb252f173dcf488.zip FreeBSD-ports-230083d363e57a18ea0564b9dcb252f173dcf488.tar.gz |
The X11 headers are needed for compilation, but nothing from X is
needed at runtime.
requested by: Rene K. Mueller <kiwi@the-labs.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/svnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/svnc/Makefile b/net/svnc/Makefile index 4a536ed..98e8731 100644 --- a/net/svnc/Makefile +++ b/net/svnc/Makefile @@ -15,13 +15,13 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz \ MAINTAINER= trevor@FreeBSD.org +BUILD_DEPENDS= ${X11BASE}/include/X11/keysym.h:${PORTSDIR}/x11/XFree86 LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib DOCFILES= README DOCDIR= share/doc/${PORTNAME}/ PLIST= ${WRKDIR}/pkg-plist -USE_XLIB= yes WRKSRC= ${WRKDIR}/svncviewer do-patch: |