diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-28 19:41:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-28 19:41:20 +0800 |
commit | fa584a31d9324cdddfe29123ae1d6acfe5f75369 (patch) | |
tree | c88a03d583d80a3a6847b670f1c2701097607001 /emulators | |
parent | 974e3e5550551fd7bf4d9437491cf6e7e282763c (diff) | |
download | freebsd-ports-gnome-fa584a31d9324cdddfe29123ae1d6acfe5f75369.tar.gz freebsd-ports-gnome-fa584a31d9324cdddfe29123ae1d6acfe5f75369.tar.zst freebsd-ports-gnome-fa584a31d9324cdddfe29123ae1d6acfe5f75369.zip |
- Strip libraries
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 556af0403c19..2c1d1310b362 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -3,7 +3,7 @@ PORTNAME= tme PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= http://people.csail.mit.edu/fredette/tme/ @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --disable-warnings MAKE_ENV= LANG=C MAKE_JOBS_UNSAFE=yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib |