diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-04 21:07:10 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-04 21:07:10 +0800 |
commit | c4589a76b4c19c4dff0762f6aa3f2cf148326f6a (patch) | |
tree | 4f47854f1feef629111a7d44691b6f638afd2584 /graphics | |
parent | 165165b177aa4b1fad120a2e68c8cd117ff21b1a (diff) | |
download | freebsd-ports-gnome-c4589a76b4c19c4dff0762f6aa3f2cf148326f6a.tar.gz freebsd-ports-gnome-c4589a76b4c19c4dff0762f6aa3f2cf148326f6a.tar.zst freebsd-ports-gnome-c4589a76b4c19c4dff0762f6aa3f2cf148326f6a.zip |
- Switch to USES=libtool, drop .la files
- Strip libraries
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/liblqr-1/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/liblqr-1/Makefile b/graphics/liblqr-1/Makefile index 00a8a50e4220..ecce0ed6033d 100644 --- a/graphics/liblqr-1/Makefile +++ b/graphics/liblqr-1/Makefile @@ -3,7 +3,7 @@ PORTNAME= liblqr-1 DISTVERSION= 0.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \ http://mirror.amdmi3.ru/distfiles/ @@ -11,9 +11,10 @@ MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= An easy to use C/C++ seam carving library -USES= tar:bzip2 gettext gmake pkgconfig +USES= tar:bzip2 gettext gmake pkgconfig libtool:oldver GNU_CONFIGURE= yes USE_GNOME= glib20 +INSTALL_TARGET= install-strip USE_LDCONFIG= yes # Use GNU89 inline semantics |