diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:16:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:16:30 +0000 |
commit | be41425d62fadcf027f2786f380ffa32662102d1 (patch) | |
tree | 01acb1d2a968dc8d10b50517f6c4e4baf10c93e6 /x11-wm | |
parent | 83021732317b2ba7b8c7b282f63433710942e378 (diff) | |
download | ports-be41425d62fadcf027f2786f380ffa32662102d1.tar.gz ports-be41425d62fadcf027f2786f380ffa32662102d1.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 44545fdbb710..425eeeaa5f71 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -19,9 +19,7 @@ RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gtk20 -USE_PERL5= yes -USES= gettext -USE_GMAKE= yes +USES= gettext pkgconfig perl5 gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wmakerdataprefix="${LOCALBASE}/share" \ --with-wmakeretcprefix="${LOCALBASE}/share" |