diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-29 19:31:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-29 19:31:23 +0800 |
commit | b6954546e02955ee011200a2d5d193a744be3df2 (patch) | |
tree | 296b71402cca7ecdc6d6de8e5ccc47549b82e255 /palm/palm-db-tools | |
parent | f77db62437cd99cdd73bfb35981d6c15f8e6e998 (diff) | |
download | freebsd-ports-gnome-b6954546e02955ee011200a2d5d193a744be3df2.tar.gz freebsd-ports-gnome-b6954546e02955ee011200a2d5d193a744be3df2.tar.zst freebsd-ports-gnome-b6954546e02955ee011200a2d5d193a744be3df2.zip |
- Convert gmake to USES
Approved by: portmgr
Diffstat (limited to 'palm/palm-db-tools')
-rw-r--r-- | palm/palm-db-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/palm-db-tools/Makefile b/palm/palm-db-tools/Makefile index 6700d7c82328..5e2afaefc243 100644 --- a/palm/palm-db-tools/Makefile +++ b/palm/palm-db-tools/Makefile @@ -12,7 +12,7 @@ COMMENT= Utilities for the PalmOS flat-file database programs WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes PLIST_FILES= lib/libpdbtools.so \ |