diff options
author | mezz <mezz@FreeBSD.org> | 2004-06-01 03:57:59 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-06-01 03:57:59 +0800 |
commit | 6949af6fd40101ae9669a6bf5f163199dac96c94 (patch) | |
tree | 79c7340ca988756aff8b8b77ee5fe02125f53f09 | |
parent | 6a97ae0a3b48ff46ff00fccb6a467cf0bbb01243 (diff) | |
download | freebsd-ports-gnome-6949af6fd40101ae9669a6bf5f163199dac96c94.tar.gz freebsd-ports-gnome-6949af6fd40101ae9669a6bf5f163199dac96c94.tar.zst freebsd-ports-gnome-6949af6fd40101ae9669a6bf5f163199dac96c94.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)
-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 |