diff options
author | reg <reg@FreeBSD.org> | 2000-10-05 14:57:56 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-05 14:57:56 +0800 |
commit | cea38f8422a3eeac06b3ce4a5828580a5812d2cc (patch) | |
tree | 9703d7928f2f462fdf308bf7d14164f8f8459828 /x11/libgnome | |
parent | 4495def283d3b8c777e1eb5b958cedb25b1aa16b (diff) | |
download | freebsd-ports-gnome-cea38f8422a3eeac06b3ce4a5828580a5812d2cc.tar.gz freebsd-ports-gnome-cea38f8422a3eeac06b3ce4a5828580a5812d2cc.tar.zst freebsd-ports-gnome-cea38f8422a3eeac06b3ce4a5828580a5812d2cc.zip |
Implement WANT_IMLIB and USE_IMLIB.
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 11 | ||||
-rw-r--r-- | x11/libgnome/files/patch-bm | 11 |
2 files changed, 14 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 diff --git a/x11/libgnome/files/patch-bm b/x11/libgnome/files/patch-bm new file mode 100644 index 000000000000..ab6caa847240 --- /dev/null +++ b/x11/libgnome/files/patch-bm @@ -0,0 +1,11 @@ +--- zvt/vt.h.orig Sat Sep 9 01:33:07 2000 ++++ zvt/vt.h Sat Sep 9 01:35:18 2000 +@@ -23,7 +23,7 @@ + + #include <unistd.h> + +-#include "lists.h" ++#include <zvt/lists.h> + + /* for utf-8 input support */ + #define ZVT_UTF 1 |