diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 17:51:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 17:51:20 +0000 |
commit | 8ea52382c670179f3b36138d12fc9fdb38504953 (patch) | |
tree | 2d6240cef7816c5b94398a4fb68c114f2aee5d36 /net | |
parent | nuke p5-Date-Doomsday (diff) |
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
Notes
Notes:
svn path=/head/; revision=43545
Diffstat (limited to 'net')
-rw-r--r-- | net/gnometelnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gnometelnet/Makefile b/net/gnometelnet/Makefile index 501302d598b3..be244d8e6c6c 100644 --- a/net/gnometelnet/Makefile +++ b/net/gnometelnet/Makefile @@ -13,10 +13,11 @@ DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org +BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake + USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= yes -USE_AUTOMAKE= yes USE_LIBTOOL= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |