diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 00:25:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 00:25:16 +0800 |
commit | c33c52fc62458db4fc32541eff67f24c0a354090 (patch) | |
tree | 58515f4bc020c1dd1f2417b8ca5c9edd278b6b6e /x11 | |
parent | f6d1b5f44caa48576039a68c200b5c2952977503 (diff) | |
download | freebsd-ports-gnome-c33c52fc62458db4fc32541eff67f24c0a354090.tar.gz freebsd-ports-gnome-c33c52fc62458db4fc32541eff67f24c0a354090.tar.zst freebsd-ports-gnome-c33c52fc62458db4fc32541eff67f24c0a354090.zip |
- Remove now useless bmake/fmake check
- Convert USE_GMAKE to USES
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmappl/Makefile | 5 | ||||
-rw-r--r-- | x11/xdialog/Makefile | 6 |
2 files changed, 2 insertions, 9 deletions
diff --git a/x11/wmappl/Makefile b/x11/wmappl/Makefile index 202c51275627..e94e78bda94b 100644 --- a/x11/wmappl/Makefile +++ b/x11/wmappl/Makefile @@ -18,10 +18,7 @@ EXPIRATION_DATE= 2014-03-10 GNU_CONFIGURE= yes USE_XORG= xpm x11 xext sm ice MAKE_ENV= DATADIR="${DATADIR}" - -.if defined(.PARSEDIR) -USES+= gmake -.endif +USES= gmake OPTIONS_DEFINE= DOCS diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index f988785cde41..4bdc2ba0a84c 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -14,14 +14,10 @@ COMMENT= A drop in replacement for the "dialog" or "cdialog" programs USE_BZIP2= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes - +USES= gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.if defined(.PARSEDIR) -USES= gmake -.endif - OPTIONS_DEFINE= DOCS NLS .include <bsd.port.options.mk> |