diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-11 23:22:25 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-11 23:22:25 +0000 |
commit | 29924df85264873d01e52c91971404a3d574a87b (patch) | |
tree | 7c188814ba1e7410931d58b724b7fddef148080d /print/kover/Makefile | |
parent | 5a0cf8914e95f4f8c6777031f88ece89d2a84235 (diff) | |
download | ports-29924df85264873d01e52c91971404a3d574a87b.tar.gz ports-29924df85264873d01e52c91971404a3d574a87b.zip |
Notes
Diffstat (limited to 'print/kover/Makefile')
-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 33fb450736f2..23ff4d389222 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 |