summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-03 21:28:40 +0000
committerjlam <jlam@pkgsrc.org>2000-08-03 21:28:40 +0000
commitb244683b3cde0a76cb5560060c1afabb33a19608 (patch)
treede9963a9582a7c9b965b8f9a87e5aa4e933ab512
parent864b2ada10acd0a32f51e5415f661e9ada20df18 (diff)
downloadpkgsrc-b244683b3cde0a76cb5560060c1afabb33a19608.tar.gz
It uses USE_LIBTOOL, so add the LTCONFIG_OVERRIDE.
-rw-r--r--x11/gnome-applets/Makefile3
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}"