diff options
| author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:10:50 +0000 |
|---|---|---|
| committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:10:50 +0000 |
| commit | b7bdcd418e7aca3dd98409e16a4c4ae9bc289d02 (patch) | |
| tree | 1b4ff069c830fd60b78ef9613fa9aa5abef69f83 /devel/libgtop2 | |
| parent | bebd89314e57ff34ea47724c5605a0f32c425dcf (diff) | |
Implement USE_GNOME, part 1.
Diffstat (limited to 'devel/libgtop2')
| -rw-r--r-- | devel/libgtop2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 27fe508006a6..75d5749b66b0 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -13,18 +13,15 @@ MASTER_SITE_SUBDIR= stable/sources/libgtop MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - guile.9:${PORTSDIR}/lang/guile - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile USE_PERL5= yes USE_GMAKE= yes +USE_GNOMELIBS= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" pre-patch: |
