diff options
author | olgeni <olgeni@FreeBSD.org> | 2004-03-12 05:41:14 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2004-03-12 05:41:14 +0800 |
commit | 096eade17bb3d417a66c1c7cfabc1ba059819f7b (patch) | |
tree | 61383a81946debd52673697560fa6927a50e5d23 | |
parent | 7fd81a878e800d55e5e7e9ac1f7ad67fd8af7717 (diff) | |
download | freebsd-ports-gnome-096eade17bb3d417a66c1c7cfabc1ba059819f7b.tar.gz freebsd-ports-gnome-096eade17bb3d417a66c1c7cfabc1ba059819f7b.tar.zst freebsd-ports-gnome-096eade17bb3d417a66c1c7cfabc1ba059819f7b.zip |
Remove USE_SIZE now that it's used by default.
-rw-r--r-- | devel/esdl/Makefile | 1 | ||||
-rw-r--r-- | graphics/wings-devel/Makefile | 1 | ||||
-rw-r--r-- | graphics/wings/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/NeTraMet/Makefile | 1 | ||||
-rw-r--r-- | sysutils/webmin/Makefile | 1 | ||||
-rw-r--r-- | www/yaws/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/rox-mime-editor/Makefile | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/devel/esdl/Makefile b/devel/esdl/Makefile index a54a863d0723..b1149f92c962 100644 --- a/devel/esdl/Makefile +++ b/devel/esdl/Makefile @@ -24,7 +24,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GL= yes USE_GMAKE= yes USE_SDL= sdl -USE_SIZE= yes ALL_TARGET= target PLIST_SUB= VERSION="${PORTVERSION}" diff --git a/graphics/wings-devel/Makefile b/graphics/wings-devel/Makefile index c2c37f3e7836..45e99c64a2f1 100644 --- a/graphics/wings-devel/Makefile +++ b/graphics/wings-devel/Makefile @@ -26,7 +26,6 @@ PLIST_SUB= VERSION="${PORTVERSION}" USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_SIZE= yes post-patch: @${CP} ${FILESDIR}/wings.sh ${WRKSRC}/wings.sh diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index c2c37f3e7836..45e99c64a2f1 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -26,7 +26,6 @@ PLIST_SUB= VERSION="${PORTVERSION}" USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_SIZE= yes post-patch: @${CP} ${FILESDIR}/wings.sh ${WRKSRC}/wings.sh diff --git a/net-mgmt/NeTraMet/Makefile b/net-mgmt/NeTraMet/Makefile index a02f4d12f202..67b1b5cffe9b 100644 --- a/net-mgmt/NeTraMet/Makefile +++ b/net-mgmt/NeTraMet/Makefile @@ -27,7 +27,6 @@ WRKSRC= ${WRKDIR}/NeTraMet${PORTVERSION:S/.//} USE_REINPLACE= yes USE_AUTOCONF= yes USE_GMAKE= yes -USE_SIZE= yes .if defined(WITH_MOTIF) USE_MOTIF= yes diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 31442e946acb..6acdc543c2e6 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net NO_BUILD= yes USE_PERL5= yes -USE_SIZE= yes SCRIPTS_ENV+= WRKDIR="${WRKDIR}" WEBMIN_MODULES= apache-1.130-1.wbm.gz \ diff --git a/www/yaws/Makefile b/www/yaws/Makefile index 92af6db75c05..bffcc2f9f7e1 100644 --- a/www/yaws/Makefile +++ b/www/yaws/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang HAS_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_SIZE= yes MAN1= yaws.1 MAN5= yaws.conf.5 yaws_api.5 diff --git a/x11-fm/rox-mime-editor/Makefile b/x11-fm/rox-mime-editor/Makefile index a357d15a00ca..91c0e7eef945 100644 --- a/x11-fm/rox-mime-editor/Makefile +++ b/x11-fm/rox-mime-editor/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib USE_PYTHON= yes -USE_SIZE= yes do-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} |