diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-10-17 00:18:01 +0800 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-10-17 00:18:01 +0800 |
commit | 848c2b81bac98794643404a00b7c92a68a67d881 (patch) | |
tree | 64aae3f78f33ce2cc4ae38ad5bd817bc2fd4b196 /editors/calligra | |
parent | f4d8472f43a21a8876572a2134d7bf32a4296b15 (diff) | |
download | freebsd-ports-gnome-848c2b81bac98794643404a00b7c92a68a67d881.tar.gz freebsd-ports-gnome-848c2b81bac98794643404a00b7c92a68a67d881.tar.zst freebsd-ports-gnome-848c2b81bac98794643404a00b7c92a68a67d881.zip |
- Revert 1.148.
editors/koffice-kde3 has PORTEPOCH set. To avoid increasing PORTEPOCH
here, let's set its old name back.
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 52823db1a3f5..1a988f565036 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -11,6 +11,7 @@ PORTREVISION= 3 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KOFFICE2_BRANCH}/${PORTNAME}-${PORTVERSION}/ +PKGNAMESUFFIX= -kde4 DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -39,8 +40,6 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \ dcmdata.3:${PORTSDIR}/devel/dcmtk RUN_DEPENDS= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx30 -LATEST_LINK= ${PORTNAME}-kde4 - CONFLICTS= calligra-[0-9]* USE_BZIP2= yes |