diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-10-05 11:40:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-10-05 11:40:08 +0000 |
commit | b85b8cd058828fadcc5798c7b56e7b19e445f260 (patch) | |
tree | 35c82e8a0d61d51bfd63d5e8f3a4411e93f32e57 /devel/libgee06 | |
parent | ffd7b654d65db52699554699c341088866e53dc8 (diff) | |
download | ports-b85b8cd058828fadcc5798c7b56e7b19e445f260.tar.gz ports-b85b8cd058828fadcc5798c7b56e7b19e445f260.zip |
Notes
Diffstat (limited to 'devel/libgee06')
-rw-r--r-- | devel/libgee06/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/libgee06/Makefile b/devel/libgee06/Makefile index eee52a47af5d..27c7f1ab18e3 100644 --- a/devel/libgee06/Makefile +++ b/devel/libgee06/Makefile @@ -6,20 +6,16 @@ PORTNAME= libgee PORTVERSION= 0.6.8 CATEGORIES= devel MASTER_SITES= GNOME +PKGNAMESUFFIX= 06 MAINTAINER= kwm@FreeBSD.org COMMENT= GObject collection library -BUILD_DEPENDS= gobject-introspection>=0.9.0:${PORTSDIR}/devel/gobject-introspection - -LATEST_LINK= ${PORTNAME}06 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes -USE_GMAKE= yes USE_XZ= yes -USE_GNOME= glib20 gnomehier gnomehack -USES= pkgconfig +USE_GNOME= glib20 gnomehier introspection:build +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> |