diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-17 04:52:58 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-17 04:52:58 +0800 |
commit | 8052fd3fb7fe6d92a2417b006fdc2957f45cc132 (patch) | |
tree | 729163e48ba648e9fb5ba1252bf62584d782bfe5 /x11 | |
parent | 99718a31ef357e9ddb0e9aa383d2c7c847330738 (diff) | |
download | freebsd-ports-graphics-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.gz freebsd-ports-graphics-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.zst freebsd-ports-graphics-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.zip |
Utilize USE_GNOME= pkgconfig.
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 98791038bb0..d90ecf31241 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" \ |