diff options
author | rh <rh> | 1999-05-23 08:40:27 +0000 |
---|---|---|
committer | rh <rh> | 1999-05-23 08:40:27 +0000 |
commit | b708e741deab8c7eb71449c662b26d7bc987f1cf (patch) | |
tree | 5eb54b325e3b1c2c296050f4c45806134f6bd5ce /x11/wmakerconf/Makefile | |
parent | 27738fd2ab525e9d8c46f3adb363f4e4464db251 (diff) | |
download | pkgsrc-b708e741deab8c7eb71449c662b26d7bc987f1cf.tar.gz |
Update wmakerconf to 2.1. Fixes PR pkg/7625 by Frederick Bruckman, thanks!
User visible changes since 1.99.4:
- GTK+ menu reordering fix II: paste new rootmenu items either
before a selected item/non-empty submenu or inside an empty
submenu
- Added bevel for bars (changed size of bars).
- Added preliminary support for function texture, e.g., with
libwmfun.
- A lot of I18n updates
Diffstat (limited to 'x11/wmakerconf/Makefile')
-rw-r--r-- | x11/wmakerconf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/wmakerconf/Makefile b/x11/wmakerconf/Makefile index a6cfed90745..c7dc107f216 100644 --- a/x11/wmakerconf/Makefile +++ b/x11/wmakerconf/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.2 1999/05/20 20:09:53 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/05/23 08:40:27 rh Exp $ # -DISTNAME= wmakerconf-1.99.4 +DISTNAME= wmakerconf-2.1 CATEGORIES= x11 MASTER_SITES= http://www-info2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/ \ ftp://ftp.ema.fr/pub/mirrors/windowmaker/wmakerconf/ EXTRACT_SUFX= .tar.bz2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - wmakerconf-data-0.53.0${EXTRACT_SUFX} + wmakerconf-data-0.53.0p2${EXTRACT_SUFX} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-info2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/ @@ -20,5 +20,6 @@ DEPENDS+= gtk+-1.2.2:../../x11/gtk USE_X11BASE= YES GNU_CONFIGURE= YES CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" +LDFLAGS+= -L${LOCALBASE}/lib -R${LOCALBASE}/lib # for libPropList.so.1.1 .include "../../mk/bsd.pkg.mk" |