diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-06 01:51:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-06 01:51:20 +0800 |
commit | ab570124c3bd892655710cdc025341f2c986a9b4 (patch) | |
tree | 88f1b2b19dd857bcca08655cbde41a13873b86e0 /x11-toolkits/libgtkeditor | |
parent | 1a268efa032d7951ea29270b2d81421135a18592 (diff) | |
download | freebsd-ports-gnome-ab570124c3bd892655710cdc025341f2c986a9b4.tar.gz freebsd-ports-gnome-ab570124c3bd892655710cdc025341f2c986a9b4.tar.zst freebsd-ports-gnome-ab570124c3bd892655710cdc025341f2c986a9b4.zip |
Unbroke.
Remove USE_AUTOMAKE and but back explicit dependency to devel/automake.
These ports aren't intended to be configured by automake, which USE_AUTOMAKE
does automagically. Instead they are just using some files from
${LOCALBASE}/share/automake.
Screwed by: ade
Reported by: bento
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 1af123da6e01..7f4de9c6bf0c 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 |