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 /graphics/wings-devel | |
parent | 2529a086648661272a806a16341648eb594aa706 (diff) |
Remove USE_SIZE now that it's used by default.
Notes
Notes:
svn path=/head/; revision=103690
Diffstat (limited to 'graphics/wings-devel')
-rw-r--r-- | graphics/wings-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |