diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-05-31 19:57:59 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-05-31 19:57:59 +0000 |
commit | 410150fb5f4f25e0c520174206880acbd1e8bb4f (patch) | |
tree | ae084c2f683e052dab77f7fd7038986de5c78b88 /x11/gcursor | |
parent | f8773f1b47765041b517df30cf8d592dc6a44917 (diff) | |
download | ports-410150fb5f4f25e0c520174206880acbd1e8bb4f.tar.gz ports-410150fb5f4f25e0c520174206880acbd1e8bb4f.zip |
Remove the xcursor.pc (XFree86-4-libraries) from the BUILD_DEPENDS and let the
USE_X_PREFIX (USE_XLIB) to take care of it. It should be easier for xorg stuff.
Requested by: anholt
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=110551
Diffstat (limited to 'x11/gcursor')
-rw-r--r-- | x11/gcursor/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/gcursor/Makefile b/x11/gcursor/Makefile index a9eca586fa2d..a38f4384e1a4 100644 --- a/x11/gcursor/Makefile +++ b/x11/gcursor/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://download.qballcow.nl/programs/gcursor/ MAINTAINER= mezz@FreeBSD.org COMMENT= A mouse cursor theme selector for GNOME -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xcursor.pc:${PORTSDIR}/x11/XFree86-4-libraries RUN_DEPENDS= file-roller:${PORTSDIR}/archivers/fileroller USE_GMAKE= yes |