aboutsummaryrefslogtreecommitdiff
path: root/graphics/divxcalc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-09 07:38:12 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-09 07:38:12 +0000
commit2495a33ff573030c2e35e10f352558e4f2d46136 (patch)
tree229eeb3d09510731be771f1665b49b9d322f9e80 /graphics/divxcalc
parenteecc33acb33d76638a76cf0330beaea07f1f6072 (diff)
Notes
Diffstat (limited to 'graphics/divxcalc')
-rw-r--r--graphics/divxcalc/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile
index a68628684820..e81aa310b4ef 100644
--- a/graphics/divxcalc/Makefile
+++ b/graphics/divxcalc/Makefile
@@ -13,10 +13,13 @@ MASTER_SITES= http://tuxpower.f2g.net/divxcalc/
MAINTAINER= ports@FreeBSD.org
-USE_BISON= yes
+BUILD_DEPENDS= ${LOCALBASE}/share/automake14/automake/install-sh:${PORTSDIR}/devel/automake14
+
USE_GTK= yes
-GNU_CONFIGURE= yes
USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${PERL} -pi -e "s,Bison ,Bison,g" ${WRKSRC}/configure