diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 00:52:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 00:52:45 +0800 |
commit | c6a317dfc327ec73c42bc1665353efc29dd05660 (patch) | |
tree | 0289265ff368b0bebcc9670f540a1b3c8a575d66 /x11 | |
parent | 4b9cc534244987c60505afe853505ff5fd25c127 (diff) | |
download | freebsd-ports-gnome-c6a317dfc327ec73c42bc1665353efc29dd05660.tar.gz freebsd-ports-gnome-c6a317dfc327ec73c42bc1665353efc29dd05660.tar.zst freebsd-ports-gnome-c6a317dfc327ec73c42bc1665353efc29dd05660.zip |
- Remove gmake complete builds fine without everywhere.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmappl/Makefile | 1 | ||||
-rw-r--r-- | x11/xdialog/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/x11/wmappl/Makefile b/x11/wmappl/Makefile index e94e78bda94b..47c798050432 100644 --- a/x11/wmappl/Makefile +++ b/x11/wmappl/Makefile @@ -18,7 +18,6 @@ EXPIRATION_DATE= 2014-03-10 GNU_CONFIGURE= yes USE_XORG= xpm x11 xext sm ice MAKE_ENV= DATADIR="${DATADIR}" -USES= gmake OPTIONS_DEFINE= DOCS diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index 4bdc2ba0a84c..04b37499788b 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -14,7 +14,6 @@ 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 |