[Midnightbsd-cvs] mports [20780] trunk/graphics/prison: fix depends
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Nov 12 20:52:27 EST 2015
Revision: 20780
http://svnweb.midnightbsd.org/mports/?rev=20780
Author: laffer1
Date: 2015-11-12 20:52:26 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
fix depends
Modified Paths:
--------------
trunk/graphics/prison/Makefile
trunk/graphics/prison/pkg-plist
Modified: trunk/graphics/prison/Makefile
===================================================================
--- trunk/graphics/prison/Makefile 2015-11-13 01:48:54 UTC (rev 20779)
+++ trunk/graphics/prison/Makefile 2015-11-13 01:52:26 UTC (rev 20780)
@@ -4,20 +4,20 @@
PORTNAME= prison
PORTVERSION= 1.0
PORTREVISION= 1
-CATEGORIES= graphics kde
+CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
MAINTAINER= ports at MidnightBSD.org
-COMMENT= A barcode library for KDE
+COMMENT= Barcode library for KDE
+
LICENSE= gpl2
-LIB_DEPENDS= dmtx.0:${PORTSDIR}/graphics/libdmtx \
- qrencode.3:${PORTSDIR}/graphics/libqrencode
+LIB_DEPENDS= libdmtx.so:${PORTSDIR}/graphics/libdmtx \
+ libqrencode.so:${PORTSDIR}/graphics/libqrencode
USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build
USES= cmake
-MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
Modified: trunk/graphics/prison/pkg-plist
===================================================================
--- trunk/graphics/prison/pkg-plist 2015-11-13 01:48:54 UTC (rev 20779)
+++ trunk/graphics/prison/pkg-plist 2015-11-13 01:52:26 UTC (rev 20780)
@@ -13,6 +13,3 @@
lib/libprison.so
lib/libprison.so.0
lib/libprison.so.0.0.0
- at dirrm lib/cmake/Prison
- at dirrmtry lib/cmake
- at dirrm include/prison
More information about the Midnightbsd-cvs
mailing list