diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-14 06:52:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-14 06:52:32 +0000 |
commit | a48d714ca699c31e7e75d030df023da662b7c511 (patch) | |
tree | 42335164585bee9db333b2237dbaaa06fa302104 /print | |
parent | 1505b0ea37a8b779c0ae337e64e6ecf0570a6455 (diff) | |
download | ports-a48d714ca699c31e7e75d030df023da662b7c511.tar.gz ports-a48d714ca699c31e7e75d030df023da662b7c511.zip |
Notes
Diffstat (limited to 'print')
-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 |