aboutsummaryrefslogtreecommitdiff
path: root/x11/xdialog
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-14 16:25:16 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-14 16:25:16 +0000
commit212168ca712cf37c686c08778456950759e309e2 (patch)
tree58515f4bc020c1dd1f2417b8ca5c9edd278b6b6e /x11/xdialog
parent327e9d3da07c06fe2b1e61052ddd3564458ddc6b (diff)
downloadports-212168ca712cf37c686c08778456950759e309e2.tar.gz
ports-212168ca712cf37c686c08778456950759e309e2.zip
- Remove now useless bmake/fmake check
- Convert USE_GMAKE to USES
Notes
Notes: svn path=/head/; revision=344280
Diffstat (limited to 'x11/xdialog')
-rw-r--r--x11/xdialog/Makefile6
1 files changed, 1 insertions, 5 deletions
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>