diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 11:28:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 11:28:11 +0000 |
commit | 8f2c43e790284e32903d431ea11fe76f1e97c401 (patch) | |
tree | 6b44ffdbed220cb63d6078c6ea0bdf65a2bb50cf /graphics/zimg/Makefile | |
parent | upgrade to 0.7 (diff) |
upgrade to 4.19.1
PR: 44975
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=69645
Diffstat (limited to 'graphics/zimg/Makefile')
-rw-r--r-- | graphics/zimg/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index c8a40b376a6d..045c1b70ff5b 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -6,10 +6,10 @@ # PORTNAME= zimg -PORTVERSION= 4.5.0 -PORTREVISION= 1 +PORTVERSION= 4.19.1 CATEGORIES= graphics -MASTER_SITES= http://www.zellner.org/zimg/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -20,7 +20,9 @@ LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= -with-gd-includes=${LOCALBASE}/include/gd +CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \ + --with-dynaload-cflags="${CFLAGS} -shared" \ + --with-gd-includes=${LOCALBASE}/include/gd MAN1= zimg.1 |