diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2013-10-20 19:20:15 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2013-10-20 19:20:15 +0000 |
commit | 784e4c52e19da2d697b5b38bf682bfa80caa338a (patch) | |
tree | fbc624ebebfbe7afce5736f025523e4649fa9967 /deskutils/kdepimlibs4/Makefile | |
parent | A fast Gherkin lexer/parser based on the Ragel State Machine Compiler. (diff) |
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
to what the author intended. This effectively rolls the version
number backwards, but should prevent future unneccesary version
bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports
Diffstat (limited to 'deskutils/kdepimlibs4/Makefile')
-rw-r--r-- | deskutils/kdepimlibs4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile index b64195fd3576..cb6b06335c1b 100644 --- a/deskutils/kdepimlibs4/Makefile +++ b/deskutils/kdepimlibs4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src |