diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
commit | 59272d10178066cdfa1d1aea23c915a09473d798 (patch) | |
tree | 923210657ff3819220d9f901a4ae5748d77b8564 /print/kde4-print-manager/Makefile | |
parent | fc9825be880916c415aad3c9a9483fd377323fdf (diff) | |
download | ports-59272d10178066cdfa1d1aea23c915a09473d798.tar.gz ports-59272d10178066cdfa1d1aea23c915a09473d798.zip |
Notes
Diffstat (limited to 'print/kde4-print-manager/Makefile')
-rw-r--r-- | print/kde4-print-manager/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/kde4-print-manager/Makefile b/print/kde4-print-manager/Makefile index 2bba31aad50f..f9d212437f48 100644 --- a/print/kde4-print-manager/Makefile +++ b/print/kde4-print-manager/Makefile @@ -2,6 +2,7 @@ PORTNAME= print-manager PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= print kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -9,7 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Printer manager for KDE 4 -LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client +LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups USES= cmake:outsource tar:xz USE_KDE4= kdelibs kdeprefix automoc4 |