diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-03 21:28:40 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-03 21:28:40 +0000 |
commit | b244683b3cde0a76cb5560060c1afabb33a19608 (patch) | |
tree | de9963a9582a7c9b965b8f9a87e5aa4e933ab512 /x11 | |
parent | 864b2ada10acd0a32f51e5415f661e9ada20df18 (diff) | |
download | pkgsrc-b244683b3cde0a76cb5560060c1afabb33a19608.tar.gz |
It uses USE_LIBTOOL, so add the LTCONFIG_OVERRIDE.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index af75c13af20..1371c451605 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/07/30 08:08:13 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/03 21:28:40 jlam Exp $ # DISTNAME= gnome-applets-1.2.1 @@ -16,6 +16,7 @@ DEPENDS+= libgtop-*:../../devel/libgtop USE_GMAKE= yes USE_X11BASE= yes USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" |