summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-08-14 10:44:32 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-08-14 10:44:32 +0000
commit66bade74575a968d460ec278b719e12e578d3278 (patch)
tree44c0c073676c92cf14c494504dd17c4e3edc0fc9
parentUpdate to 1.1. (diff)
The X11 headers are needed for compilation, but nothing from X is
needed at runtime. requested by: Rene K. Mueller <kiwi@the-labs.com>
-rw-r--r--net/svnc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/svnc/Makefile b/net/svnc/Makefile
index 4a536ed9f294..98e8731f2c35 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: