aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libgee06/Makefile10
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>