diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 19:03:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 19:03:46 +0800 |
commit | 7eaddce549add869454b6142e56b2730d51fe1d8 (patch) | |
tree | 688044dbd7d4d260b7574983071340b40f358086 /x11-wm | |
parent | 1143640a002b0f90f20fd3aecca31411062f446d (diff) | |
download | freebsd-ports-gnome-7eaddce549add869454b6142e56b2730d51fe1d8.tar.gz freebsd-ports-gnome-7eaddce549add869454b6142e56b2730d51fe1d8.tar.zst freebsd-ports-gnome-7eaddce549add869454b6142e56b2730d51fe1d8.zip |
- clerify
- Switch to USES=autoreconf
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/flwm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/flwm/Makefile b/x11-wm/flwm/Makefile index 76a4f0da47da..89bf8bcc30f2 100644 --- a/x11-wm/flwm/Makefile +++ b/x11-wm/flwm/Makefile @@ -9,12 +9,12 @@ CATEGORIES= x11-wm MAINTAINER= ports@FreeBSD.org COMMENT= The Fast Light Window Manager -LICENSE= GPLv2 +LICENSE= GPLv2 # or later LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk-devel -USES= gmake -USE_AUTOTOOLS= autoconf +USES= autoreconf gmake +GNU_CONFIGURE= yes USE_XORG= x11 xt USE_GITHUB= yes |