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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/calibre/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 5693d714e1ab..56f387b58dc0 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 1.47.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ |