diff options
author | flz <flz@FreeBSD.org> | 2009-06-24 17:35:44 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-06-24 17:35:44 +0800 |
commit | 121145c23bb4ce06e52148044055772c384f8f0b (patch) | |
tree | e57fa53d6a5ba27ae03aa1e28873a6f7035b820d /lang | |
parent | c1b10e892bbee5dd191e7728cdc548b5a5d4249c (diff) | |
download | freebsd-ports-gnome-121145c23bb4ce06e52148044055772c384f8f0b.tar.gz freebsd-ports-gnome-121145c23bb4ce06e52148044055772c384f8f0b.tar.zst freebsd-ports-gnome-121145c23bb4ce06e52148044055772c384f8f0b.zip |
It's actually not a GNU configure script, so revert to HAS_CONFIGURE and
use CONFIGURE_ARGS appropriately.
PR: ports/135994
Reported by: John Hein via Romain Tartiere
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono-basic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mono-basic/Makefile b/lang/mono-basic/Makefile index f8ac8b4f99a6..0a79e36aa13b 100644 --- a/lang/mono-basic/Makefile +++ b/lang/mono-basic/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= mono:${PORTSDIR}/lang/mono MAN1= vbnc.1 USE_BZIP2= yes -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} USE_GMAKE= yes tests: build |