diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
commit | 737bed69235f6656811e04b0cec49ae13226eb72 (patch) | |
tree | 26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /graphics/OpenEXR | |
parent | c51f1c92df29f3db28147fb023e98b8c93ff06e8 (diff) | |
download | ports-737bed69235f6656811e04b0cec49ae13226eb72.tar.gz ports-737bed69235f6656811e04b0cec49ae13226eb72.zip |
Notes
Diffstat (limited to 'graphics/OpenEXR')
-rw-r--r-- | graphics/OpenEXR/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index b537a6c029b5..40dd8cd40dbe 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: OpenEXR -# Date created: 2003/01/26 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD$ -# PORTNAME= OpenEXR PORTVERSION= 1.7.1 @@ -20,8 +16,8 @@ LIB_DEPENDS= Imath:${PORTSDIR}/graphics/ilmbase WRKSRC= ${WRKDIR}/${DISTNAME} +USES= pkgconfig USE_GMAKE= yes -USE_PKGCONFIG= build USE_LDCONFIG= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= YES |