diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
commit | bebd89314e57ff34ea47724c5605a0f32c425dcf (patch) | |
tree | d991da3f3e4ccc0cc8f9eab35d1891ca59b0fd9a /x11/libgnome/Makefile | |
parent | 3707e5b7408ecadb0bda141dd82ec9bbca5d0267 (diff) | |
download | ports-bebd89314e57ff34ea47724c5605a0f32c425dcf.tar.gz ports-bebd89314e57ff34ea47724c5605a0f32c425dcf.zip |
Notes
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r-- | x11/libgnome/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 565e13bc49bd..25604554e90c 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -15,17 +15,14 @@ DISTNAME= gnome-libs-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib \ - ORBit.2:${PORTSDIR}/devel/ORBit \ - esd.2:${PORTSDIR}/audio/esound - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit USE_X_PREFIX= yes USE_XPM= yes USE_PERL5= yes USE_GMAKE= yes +USE_IMLIB= yes +USE_ESOUND= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFILES= configure libart_lgpl/configure @@ -33,8 +30,6 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --disable-test-gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GTK_CONFIG="${GTK_CONFIG}" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" MAN1= gnome.1 gnome-config.1 |