diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-03-11 21:41:14 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-03-11 21:41:14 +0000 |
commit | 7feb7b7ee2acdd6b481789df34ca4751eaa6ffb8 (patch) | |
tree | 49e517c292d2fb64deefe48a4b7f149c21dcbda3 | |
parent | Update to version 3.17. (diff) |
Remove USE_SIZE now that it's used by default.
Notes
Notes:
svn path=/head/; revision=103690
-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} |