diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
commit | c413d0b2b0d9d7b85c15a35db3618986bf65fb8e (patch) | |
tree | 23b624c17f756dbd332b69b2852f4b1534df4a72 /x11 | |
parent | bbc9d6f0caf390f0cb8c6b4b6a3b731cc395286a (diff) | |
download | ports-c413d0b2b0d9d7b85c15a35db3618986bf65fb8e.tar.gz ports-c413d0b2b0d9d7b85c15a35db3618986bf65fb8e.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/startup-notification/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 98791038bb0d..d90ecf312419 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -16,14 +16,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library that supports startup notification spec from freedesktop.org -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - USE_BZIP2= yes USE_X_PREFIX= yes -USE_REINPLACE= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier +USE_GNOME= gnomeprefix gnomehack gnomehier pkgconfig USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |