diff options
author | lofi <lofi@FreeBSD.org> | 2004-11-12 07:22:25 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-11-12 07:22:25 +0800 |
commit | e9814a3820cb4658cb1925432248acd343528941 (patch) | |
tree | 962ea8692f247e3e43d7d18bf0b05ed3ba1f69b8 /print | |
parent | 7d7c2dffbb6ee21f0d840101484e0373e016887a (diff) | |
download | freebsd-ports-graphics-e9814a3820cb4658cb1925432248acd343528941.tar.gz freebsd-ports-graphics-e9814a3820cb4658cb1925432248acd343528941.tar.zst freebsd-ports-graphics-e9814a3820cb4658cb1925432248acd343528941.zip |
More pthread-check fixes.
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 |