diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:53:13 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:53:13 +0000 |
commit | af2a6cb93bc18e2f18ab75f873cc87f3eddcf3bd (patch) | |
tree | 265ea9b112370a6e837d147ae8be07293c4d812f /x11-toolkits/libgtkeditor/Makefile | |
parent | b1bb0494609404d0107f3fa088af67530feaf759 (diff) | |
download | freebsd-ports-af2a6cb93bc18e2f18ab75f873cc87f3eddcf3bd.zip |
Replace explicit build dependency on automake with USE_AUTOMAKE knob
Diffstat (limited to 'x11-toolkits/libgtkeditor/Makefile')
-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 7f4de9c6bf0c..1af123da6e01 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 |