diff options
author | krion <krion@FreeBSD.org> | 2004-04-16 14:42:39 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-16 14:42:39 +0000 |
commit | 8f6d09431a844593d58244260a627080930e44c4 (patch) | |
tree | 64f9e812de70618ac129498b98415b75c98758c8 /news | |
parent | d34f7c1a2339a3450db44819b8727f49a64399bd (diff) | |
download | FreeBSD-ports-8f6d09431a844593d58244260a627080930e44c4.zip FreeBSD-ports-8f6d09431a844593d58244260a627080930e44c4.tar.gz |
- Remove USE_SIZE knob
Diffstat (limited to 'news')
-rw-r--r-- | news/nget/Makefile | 1 | ||||
-rw-r--r-- | news/noffle/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/news/nget/Makefile b/news/nget/Makefile index a19fb88..63b0935 100644 --- a/news/nget/Makefile +++ b/news/nget/Makefile @@ -22,7 +22,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_GETOPT_LONG= yes -USE_SIZE= yes .include <bsd.port.pre.mk> diff --git a/news/noffle/Makefile b/news/noffle/Makefile index 96a90bd..482ddd4 100644 --- a/news/noffle/Makefile +++ b/news/noffle/Makefile @@ -16,7 +16,6 @@ COMMENT= News server for low speed dial-up connections LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm -USE_SIZE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes |