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/libglade2 | |
parent | bebd89314e57ff34ea47724c5605a0f32c425dcf (diff) | |
download | ports-b7bdcd418e7aca3dd98409e16a4c4ae9bc289d02.tar.gz ports-b7bdcd418e7aca3dd98409e16a4c4ae9bc289d02.zip |
Notes
Diffstat (limited to 'devel/libglade2')
-rw-r--r-- | devel/libglade2/Makefile | 7 | ||||
-rw-r--r-- | devel/libglade2/files/patch-ab | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 172e7d4c2ccb..c4beaba3469b 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -13,17 +13,14 @@ MASTER_SITE_SUBDIR= stable/sources/libglade MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - xml.5:${PORTSDIR}/textproc/libxml - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml USE_PERL5= yes USE_GMAKE= yes +USE_GNOMELIBS= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/devel/libglade2/files/patch-ab b/devel/libglade2/files/patch-ab index 83ac017513a8..ca9e9529d029 100644 --- a/devel/libglade2/files/patch-ab +++ b/devel/libglade2/files/patch-ab @@ -7,7 +7,8 @@ -SUBDIRS = intl po macros glade doc +SUBDIRS = intl po macros glade - m4datadir = $(datadir)/aclocal +-m4datadir = $(datadir)/aclocal ++m4datadir = $(prefix)/share/aclocal m4data_DATA = libglade.m4 -confexecdir = $(libdir) |