summaryrefslogtreecommitdiffstats
path: root/graphics/cimg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cimg/Makefile')
-rw-r--r--graphics/cimg/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile
index f34dc3b..b968259 100644
--- a/graphics/cimg/Makefile
+++ b/graphics/cimg/Makefile
@@ -7,10 +7,9 @@
PORTNAME= cimg
PORTVERSION= 1.2.8
-PORTEPOCH= 1
+PORTEPOCH= 2
CATEGORIES= graphics devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
DISTNAME= CImg-${DISTVERSION}
DIST_SUBDIR= ${PKGNAME}
@@ -21,12 +20,11 @@ USE_ZIP= yes
BUILD_WRKSRC= ${WRKSRC}/examples
MAKE_ENV= CPPFLAGS="${CFLAGS} ${LAPACK_DEF} ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} ${LAPACK_LIB} ${PTHREAD_LIBS}" \
- X11PATH=${X11BASE}
+ X11PATH=${LOCALBASE}
.if !defined(NOPORTDOCS)
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
USE_GMAKE= yes
-USE_GCC= 3.4+
REINPLACE_ARGS= -i ""
LIB_DEPENDS+= board.0:${PORTSDIR}/graphics/libboard
. if !defined(WITHOUT_LAPACK)
@@ -38,7 +36,6 @@ LAPACK_DEF= -Dcimg_lapack
USE_FORTRAN= yes
. if !defined(WITHOUT_OPTIMIZATIONS)
-USE_XLIB= yes
LIB_DEPENDS+= png:${PORTSDIR}/graphics/png \
jpeg:${PORTSDIR}/graphics/jpeg \
tiff:${PORTSDIR}/graphics/tiff \
OpenPOWER on IntegriCloud