diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-28 20:31:48 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-28 20:31:48 +0000 |
commit | 1b522773f0ae9a23f65e053de644c31e2276f465 (patch) | |
tree | 1cfe2ab86f76c9cf31c45c9849cc321e024285ba /net/svnc | |
parent | Fix breakage from the Great Ports Reorganization of 2000. (diff) |
Add USE_XLIB=yes, reported by bento.
Notes
Notes:
svn path=/head/; revision=34371
Diffstat (limited to 'net/svnc')
-rw-r--r-- | net/svnc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/svnc/Makefile b/net/svnc/Makefile index 1ab215188667..4a536ed9f294 100644 --- a/net/svnc/Makefile +++ b/net/svnc/Makefile @@ -21,6 +21,7 @@ DOCFILES= README DOCDIR= share/doc/${PORTNAME}/ PLIST= ${WRKDIR}/pkg-plist +USE_XLIB= yes WRKSRC= ${WRKDIR}/svncviewer do-patch: |