[Midnightbsd-cvs] mports [20774] trunk/graphics/libopenraw/Makefile: add jpeg and pkgconfig
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Nov 12 20:37:40 EST 2015
Revision: 20774
http://svnweb.midnightbsd.org/mports/?rev=20774
Author: laffer1
Date: 2015-11-12 20:37:40 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
add jpeg and pkgconfig
Modified Paths:
--------------
trunk/graphics/libopenraw/Makefile
Modified: trunk/graphics/libopenraw/Makefile
===================================================================
--- trunk/graphics/libopenraw/Makefile 2015-11-13 01:35:47 UTC (rev 20773)
+++ trunk/graphics/libopenraw/Makefile 2015-11-13 01:37:40 UTC (rev 20774)
@@ -8,14 +8,12 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Library for camera RAW files decoding
+
LICENSE= gpl3
-# we only need boost libs, but since most ports use
-# boost-python, go with that for now
-LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \
- jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
-MAKE_JOBS_SAFE= yes
+USES= jpeg pkgconfig
USE_GNOME= libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
More information about the Midnightbsd-cvs
mailing list