diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
commit | 737bed69235f6656811e04b0cec49ae13226eb72 (patch) | |
tree | 26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /graphics/swftools | |
parent | c51f1c92df29f3db28147fb023e98b8c93ff06e8 (diff) | |
download | ports-737bed69235f6656811e04b0cec49ae13226eb72.tar.gz ports-737bed69235f6656811e04b0cec49ae13226eb72.zip |
Notes
Diffstat (limited to 'graphics/swftools')
-rw-r--r-- | graphics/swftools/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index efd9a9b2d86e..0a1775bb88fc 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: swftools -# Date created: Feb 9, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= swftools PORTVERSION= 0.9.2 @@ -27,9 +22,9 @@ LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ OPTIONS_DEFINE= LAME PDF +USES= pkgconfig USE_GL= glut USE_GMAKE= yes -USE_PKGCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_zzip_zzip_file_open=no |