diff options
author | lioux <lioux@FreeBSD.org> | 2004-02-08 09:14:05 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-02-08 09:14:05 +0800 |
commit | f2ede9b4c914247b1bd9e2c08de15881e10a0357 (patch) | |
tree | 4a25475aea25bf8a9483be4ecbcc38cb408ad9a4 /multimedia/libmovtar/Makefile | |
parent | 09f24999c5b02b7a0d359a7e053ce7d67314d735 (diff) | |
download | freebsd-ports-gnome-f2ede9b4c914247b1bd9e2c08de15881e10a0357.tar.gz freebsd-ports-gnome-f2ede9b4c914247b1bd9e2c08de15881e10a0357.tar.zst freebsd-ports-gnome-f2ede9b4c914247b1bd9e2c08de15881e10a0357.zip |
USE_SIZEify
Diffstat (limited to 'multimedia/libmovtar/Makefile')
-rw-r--r-- | multimedia/libmovtar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/libmovtar/Makefile b/multimedia/libmovtar/Makefile index 7b261054ffe1..f5974ebabf6e 100644 --- a/multimedia/libmovtar/Makefile +++ b/multimedia/libmovtar/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ USE_GNOME= gtk12 USE_GMAKE= yes USE_REINPLACE= yes +USE_SIZE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-m4data-prefix=${PREFIX}/share CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ |