diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-09 00:58:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-09 00:58:37 +0000 |
commit | a2f42d9ccfed60b31598bc592d574e8367b40423 (patch) | |
tree | 6b8d965925a8a113a09f4162daa47b77ac0597a3 /graphics/cinepaint | |
parent | aa1236689c0c987d154f67d7320d80fd4c3ad4fd (diff) |
- Strip libraries
Notes
Notes:
svn path=/head/; revision=380821
Diffstat (limited to 'graphics/cinepaint')
-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 |