diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/kover/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/kover/Makefile b/print/kover/Makefile index 33fb450736f..23ff4d38922 100644 --- a/print/kover/Makefile +++ b/print/kover/Makefile @@ -6,12 +6,15 @@ PORTNAME= kover PORTVERSION= 2.9.5 +PORTREVISION= 1 CATEGORIES= print kde MASTER_SITES= http://lisas.de/kover/ MAINTAINER= markus@FreeBSD.org COMMENT= WYSIWYG CD cover printer +EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure + USE_KDELIBS_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes |