diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-09 08:58:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-09 08:58:37 +0800 |
commit | 3cbf17184723ec9de85492d1e0fe7129019de6c7 (patch) | |
tree | 6b8d965925a8a113a09f4162daa47b77ac0597a3 | |
parent | 1dfdc1f634ecff8a38c15caa06774b586ec35ae3 (diff) | |
download | freebsd-ports-gnome-3cbf17184723ec9de85492d1e0fe7129019de6c7.tar.gz freebsd-ports-gnome-3cbf17184723ec9de85492d1e0fe7129019de6c7.tar.zst freebsd-ports-gnome-3cbf17184723ec9de85492d1e0fe7129019de6c7.zip |
- Strip libraries
-rw-r--r-- | graphics/cinepaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 279d246f38f0..aeeb110d3a26 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -3,7 +3,7 @@ PORTNAME= cinepaint DISTVERSION= 1.0-4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/CinePaint/CinePaint-${DISTVERSION} @@ -33,6 +33,7 @@ USE_AUTOTOOLS= libtoolize aclocal automake autoconf ACLOCAL_ARGS= -I aclocal AUTOMAKE_ARGS= --copy --force-missing --foreign --add-missing USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |