diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-14 14:52:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-14 14:52:32 +0800 |
commit | 0be2f5604407e9fd167f40643ea3dd6dc968fb3d (patch) | |
tree | 42335164585bee9db333b2237dbaaa06fa302104 /print/scribus-devel | |
parent | 951d87bea5b1630ba811feca31a34e25e68f4a30 (diff) | |
download | freebsd-ports-gnome-0be2f5604407e9fd167f40643ea3dd6dc968fb3d.tar.gz freebsd-ports-gnome-0be2f5604407e9fd167f40643ea3dd6dc968fb3d.tar.zst freebsd-ports-gnome-0be2f5604407e9fd167f40643ea3dd6dc968fb3d.zip |
Fix package name collision
Diffstat (limited to 'print/scribus-devel')
-rw-r--r-- | print/scribus-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index f0d00b529f66..618dbddef430 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -8,6 +8,7 @@ CATEGORIES= print editors MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \ ${MASTER_SITE_LOCAL} DISTNAME= ${PORTNAME}-${PORTVERSION}-${SVN_REV} +PKGNAMESUFFIX= -devel MAINTAINER= coder@tuxfamily.org COMMENT= Comprehensive desktop publishing program @@ -32,7 +33,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinte CONFLICTS= scribus-1.[0-4]* -NO_LATEST_LINK= yes USE_BZIP2= yes USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= desktopfileutils libartlgpl2 libxml2 |