diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-08-31 07:12:37 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-08-31 07:12:37 +0000 |
commit | 60e8e65ff890c59f648f7479f5c3c8b3116420b2 (patch) | |
tree | 41ba552755c473d095d074b72db81e8e61307ec3 /graphics/sswf/Makefile | |
parent | 60a93ff0c4cf5a8b6d70676157474a08adb4b14a (diff) |
Notes
Diffstat (limited to 'graphics/sswf/Makefile')
-rw-r--r-- | graphics/sswf/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sswf/Makefile b/graphics/sswf/Makefile index cfb1d3dce0fa..db6b678e2dbe 100644 --- a/graphics/sswf/Makefile +++ b/graphics/sswf/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sswf -PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTVERSION= 1.7.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sswf @@ -21,10 +20,11 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype.9:${PORTSDIR}/print/freetype2 WRKSRC= ${WRKDIR}/sswf-${PORTVERSION} +USE_GCC= 3.4+ USE_ICONV= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |