diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-09 22:40:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-09 22:40:52 +0800 |
commit | 99132c8b58b09e7c24816ee324be7680b4e5ad33 (patch) | |
tree | 20530989b6e2f0cab25127fe0fbb5fa49b604cdb /net | |
parent | d8fbee2236c1986697a9b413fa11b8c2d3cd437e (diff) | |
download | freebsd-ports-gnome-99132c8b58b09e7c24816ee324be7680b4e5ad33.tar.gz freebsd-ports-gnome-99132c8b58b09e7c24816ee324be7680b4e5ad33.tar.zst freebsd-ports-gnome-99132c8b58b09e7c24816ee324be7680b4e5ad33.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'net')
-rw-r--r-- | net/wmwifi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/wmwifi/Makefile b/net/wmwifi/Makefile index e4c856f231da..16a4330dc549 100644 --- a/net/wmwifi/Makefile +++ b/net/wmwifi/Makefile @@ -15,11 +15,10 @@ COMMENT= Dockapp displaying the signal strength of WiFi connection GNU_CONFIGURE= yes USE_XORG= x11 xpm -USE_GMAKE= yes +USES= gmake CPPFLAGS+= -I${LOCALBASE}/include PLIST_FILES= bin/wmwifi -NO_STAGE= yes .include <bsd.port.mk> |