diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-25 05:30:44 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-25 05:30:44 +0800 |
commit | fafbf8a0095fd73a5c1d7a2d841a7abc3b991719 (patch) | |
tree | 4d4450508ae2434c0347311945a32e17a6f1c4cf /graphics/gimp-app | |
parent | a897c7ba70b27801127cb5ac384a93ec60270af8 (diff) | |
download | freebsd-ports-gnome-fafbf8a0095fd73a5c1d7a2d841a7abc3b991719.tar.gz freebsd-ports-gnome-fafbf8a0095fd73a5c1d7a2d841a7abc3b991719.tar.zst freebsd-ports-gnome-fafbf8a0095fd73a5c1d7a2d841a7abc3b991719.zip |
- Convert graphics/libwmf to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 7d2d18d3964e..1cbcabe49609 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -4,7 +4,7 @@ PORTNAME?= gimp-app PORTVERSION= 2.8.10 -PORTREVISION?= 4 +PORTREVISION?= 5 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ |