diff options
author | ade <ade@FreeBSD.org> | 2001-05-31 22:53:13 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-31 22:53:13 +0000 |
commit | d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf (patch) | |
tree | a9f84dfec00bd80a74a8c69ddeb889d2153a111b /x11-toolkits/libgtkeditor | |
parent | 8b56a3eff8562cbd31d054bd1fe43e8758b77dcb (diff) | |
download | FreeBSD-ports-d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf.zip FreeBSD-ports-d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf.tar.gz |
Replace explicit build dependency on automake with USE_AUTOMAKE knob
Diffstat (limited to 'x11-toolkits/libgtkeditor')
-rw-r--r-- | x11-toolkits/libgtkeditor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/libgtkeditor/Makefile b/x11-toolkits/libgtkeditor/Makefile index 7f4de9c..1af123d 100644 --- a/x11-toolkits/libgtkeditor/Makefile +++ b/x11-toolkits/libgtkeditor/Makefile @@ -14,10 +14,10 @@ DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode USE_X_PREFIX= yes +USE_AUTOMAKE= yes USE_GTK= yes USE_GMAKE= yes USE_LIBTOOL= yes |