diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 15:26:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 15:26:23 +0000 |
commit | 591aba0faa8745617139407d4cd8d3a2c6a2259a (patch) | |
tree | c58201dfe596662f56821940b522267813007f01 /graphics/libraw | |
parent | b406eaaac9e28e9e7f8910a7479617bab271ac40 (diff) | |
download | ports-591aba0faa8745617139407d4cd8d3a2c6a2259a.tar.gz ports-591aba0faa8745617139407d4cd8d3a2c6a2259a.zip |
Notes
Diffstat (limited to 'graphics/libraw')
-rw-r--r-- | graphics/libraw/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index b90092dc3c21..b3eb6e6c5c18 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: raw images library -# Date created: 26 Apr 2008 -# Whom: Sergey A. Osokin <osa@FreeBSD.org> -# +# Created by: Sergey A. Osokin <osa@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libraw PORTVERSION= 0.14.7 @@ -21,6 +17,7 @@ LICENSE_COMB= dual LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg USE_LDCONFIG= yes +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-examples --disable-jasper CFLAGS+= -fPIC |