diff options
author | ade <ade@FreeBSD.org> | 2006-02-26 10:28:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-26 10:28:44 +0800 |
commit | e0f059184c420b017c9ac20869ba5e42f5e950c6 (patch) | |
tree | 2edab36607171d0bd3cc0eef93fce97f57180799 /net | |
parent | bb123aa93e8f1bbcd66a647b2b8f37d46af22514 (diff) | |
download | freebsd-ports-gnome-e0f059184c420b017c9ac20869ba5e42f5e950c6.tar.gz freebsd-ports-gnome-e0f059184c420b017c9ac20869ba5e42f5e950c6.tar.zst freebsd-ports-gnome-e0f059184c420b017c9ac20869ba5e42f5e950c6.zip |
Purge the last vestiges of the (really) old autotools world order.
Since all these items were commented out, this is a null-op commit.
Approved by: portmgr (implicit)
Diffstat (limited to 'net')
-rw-r--r-- | net/silc-client/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index 3b43de970939..7eded3605706 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -33,7 +33,6 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GNOME= glib12 -#USE_LIBTOOL= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc/${PORTNAME} \ --with-simdir=${PREFIX}/lib/silcsim/client \ |