diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 22:47:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 22:47:56 +0800 |
commit | 3ee3f104f278aa87693d1dfb9c627423ed7c9cea (patch) | |
tree | 84704dd6fb215720ec4ec01d578e92a2738dde94 /lang/urweb | |
parent | 9946e034c1983ab6df747563063283231e5ba38b (diff) | |
download | freebsd-ports-gnome-3ee3f104f278aa87693d1dfb9c627423ed7c9cea.tar.gz freebsd-ports-gnome-3ee3f104f278aa87693d1dfb9c627423ed7c9cea.tar.zst freebsd-ports-gnome-3ee3f104f278aa87693d1dfb9c627423ed7c9cea.zip |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'lang/urweb')
-rw-r--r-- | lang/urweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/urweb/Makefile b/lang/urweb/Makefile index 797227463abc..14f927612f67 100644 --- a/lang/urweb/Makefile +++ b/lang/urweb/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= mlton:${PORTSDIR}/lang/mlton CONFIGURE_ENV= CCARGS="-I${LOCALBASE}/include" HAS_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CONFIGURE_ARGS= --prefix=${PREFIX} USE_LDCONFIG= yes USE_OPENSSL= yes |