diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-17 23:15:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-17 23:15:29 +0000 |
commit | 8b43dbc47789c20f478c2652de45d0d77385edab (patch) | |
tree | 90aeee962d3799ffbe6fe48a5e624eeb383bbb40 /x11 | |
parent | 23e58354af4e3ad72e6422d1a1248623cd3ecf1d (diff) | |
download | pkgsrc-8b43dbc47789c20f478c2652de45d0d77385edab.tar.gz |
Remove unnecessary LIBS=-lintl line. libintl gets passed in correctly
by gnome-config.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/icewm-gnome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/icewm-gnome/Makefile b/x11/icewm-gnome/Makefile index 493776a127e..66896c6a242 100644 --- a/x11/icewm-gnome/Makefile +++ b/x11/icewm-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/07/31 07:37:01 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2000/10/17 23:15:29 jlam Exp $ PKGNAME= ${DISTNAME:S/-/-gnome-/} @@ -11,6 +11,5 @@ USE_X11= yes EVAL_PREFIX+= GNOMEDIR=gnome-libs CONFIGURE_ARGS+= --with-gnome-menus="${GNOMEDIR}/bin/gnome-config" CONFIGURE_ARGS+= --with-imlib -CONFIGURE_ENV+= LIBS="-lintl" .include "../../x11/icewm/Makefile.common" |