diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-03-04 10:02:52 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-03-04 10:02:52 +0000 |
commit | 6133a8310cc7c0d816c51de946c36df541970f48 (patch) | |
tree | 4f51da1c4ed5c332ac84e4d9a1acbb1f9aefcf0d /graphics/libjpeg-turbo | |
parent | f7cb4e1a66d0f84a1b58a233028fdec1c429392e (diff) |
Notes
Diffstat (limited to 'graphics/libjpeg-turbo')
-rw-r--r-- | graphics/libjpeg-turbo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libjpeg-turbo/Makefile b/graphics/libjpeg-turbo/Makefile index 72b3e90c6027..788826ce08d0 100644 --- a/graphics/libjpeg-turbo/Makefile +++ b/graphics/libjpeg-turbo/Makefile @@ -8,7 +8,7 @@ PORTNAME= libjpeg-turbo PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -20,7 +20,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm CONFLICTS= jpeg-[0-9]* ONLY_FOR_ARCHS= amd64 i386 USE_AUTOTOOLS= libtool -CONFIGURE_ENV= SO_MAJOR_VERSION=${SOVERSION} CFLAGS+=-fPIC +CONFIGURE_ENV= SO_MAJOR_VERSION=${SOVERSION} CONFIGURE_ARGS= --with-jpeg8 USE_LDCONFIG= yes |