diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-03-12 05:41:14 +0800 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-03-12 05:41:14 +0800 |
commit | 7feb7b7ee2acdd6b481789df34ca4751eaa6ffb8 (patch) | |
tree | 49e517c292d2fb64deefe48a4b7f149c21dcbda3 /devel/esdl | |
parent | 2529a086648661272a806a16341648eb594aa706 (diff) | |
download | freebsd-ports-gnome-7feb7b7ee2acdd6b481789df34ca4751eaa6ffb8.tar.gz freebsd-ports-gnome-7feb7b7ee2acdd6b481789df34ca4751eaa6ffb8.tar.zst freebsd-ports-gnome-7feb7b7ee2acdd6b481789df34ca4751eaa6ffb8.zip |
Remove USE_SIZE now that it's used by default.
Diffstat (limited to 'devel/esdl')
-rw-r--r-- | devel/esdl/Makefile | 1 |
1 files changed, 0 insertions, 1 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}" |