diff options
author | jlam <jlam> | 1999-10-10 18:24:43 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-10-10 18:24:43 +0000 |
commit | c2baf032d2f786cbdb1321e5b0b925ac411e314c (patch) | |
tree | 28ae8a9e4c3c29b2479b8eef1bfa41670c3395e2 /devel/libglade | |
parent | 1320557c456dfddf1a98eca9365d4b5e009f2676 (diff) | |
download | pkgsrc-c2baf032d2f786cbdb1321e5b0b925ac411e314c.tar.gz |
* Remove unnecessary dependencies on mawk and esound.
* Add dependency on gettext (uses libintl.a)
* Remove unneeded declaration of LDFLAGS
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index d867a12a1da..a6beb09baea 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/10/10 15:28:00 rh Exp $ +# $NetBSD: Makefile,v 1.9 1999/10/10 18:24:43 jlam Exp $ # DISTNAME= libglade-0.7 @@ -8,15 +8,17 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ -DEPENDS+= mawk-*:../../lang/mawk +DEPENDS+= gettext-0.10.35:../../devel/gettext DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs DEPENDS+= libxml-1.*:../../textproc/libxml -DEPENDS+= esound-0.2.8:../../audio/esound -GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_X11BASE= YES -LDFLAGS+= -L${LOCALBASE}/lib + +GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" +pre-configure: + ${RM} ${WRKSRC}/libgladeConf.sh + .include "../../mk/bsd.pkg.mk" |