diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-10 18:24:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-10 18:24:43 +0000 |
commit | d27abc9f7cc55c060940854e83eb501cf3b2a94b (patch) | |
tree | 28ae8a9e4c3c29b2479b8eef1bfa41670c3395e2 /devel/libglade/Makefile | |
parent | b6706c16b5ba10799d0a000adc51fee21bf93149 (diff) | |
download | pkgsrc-d27abc9f7cc55c060940854e83eb501cf3b2a94b.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/Makefile')
-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" |