diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:49 +0000 |
commit | 3ebe053d9093dc5bc69b3f7a9359819e02edac4f (patch) | |
tree | fda78a130b1b3c39c8fedb7ab038d97acccd27a7 /x11/xfce | |
parent | 438e62ccd733217e04059253e6f01d80ba2adfc1 (diff) | |
download | pkgsrc-3ebe053d9093dc5bc69b3f7a9359819e02edac4f.tar.gz |
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Diffstat (limited to 'x11/xfce')
-rw-r--r-- | x11/xfce/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile index 88154967979..abe0d61205a 100644 --- a/x11/xfce/Makefile +++ b/x11/xfce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2004/01/24 15:30:34 grant Exp $ +# $NetBSD: Makefile,v 1.41 2004/02/14 17:21:56 jlam Exp $ DISTNAME= xfce-3.8.18 PKGREVISION= 3 @@ -14,9 +14,7 @@ BUILD_USES_MSGFMT= yes USE_BUILDLINK2= # defined USE_X11BASE= # defined USE_PKGLOCALEDIR= # defined - USE_LIBTOOL= # defined -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_GNU_TOOLS+= make GNU_CONFIGURE= # defined |