diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-31 22:20:29 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-31 22:20:29 +0800 |
commit | 3e296364bd5a9b204ea68db30c799bacb5df3684 (patch) | |
tree | eab31279d80a94e099db69a6156e993a09f45b79 /lang | |
parent | a172e8bf9f84f3fa04b0ca15b0df1ac318ca7468 (diff) | |
download | freebsd-ports-graphics-3e296364bd5a9b204ea68db30c799bacb5df3684.tar.gz freebsd-ports-graphics-3e296364bd5a9b204ea68db30c799bacb5df3684.tar.zst freebsd-ports-graphics-3e296364bd5a9b204ea68db30c799bacb5df3684.zip |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/dylan/Makefile | 1 | ||||
-rw-r--r-- | lang/mdk/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile index e76559ea830..c738454ba47 100644 --- a/lang/dylan/Makefile +++ b/lang/dylan/Makefile @@ -29,7 +29,6 @@ RUN_DEPENDS= libtool:${PORTSDIR}/devel/libtool WRKSRC= ${WRKDIR}/gd-${PORTVERSION} USE_GMAKE= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --srcdir=$(WRKSRC) CONFIGURE_ENV= D2C="$(WRKDIR)/d2c -p$(WRKSRC)/d2c/compiler/platforms.descr" diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 2bbf944376e..6a03878d7e5 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ USE_GNOME= yes USE_LIBTOOL= yes -GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" |