aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/divxcalc
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-04-09 15:38:12 +0800
committerijliao <ijliao@FreeBSD.org>2002-04-09 15:38:12 +0800
commitff0be53ec619c447851026ebdf7083d90ec873c5 (patch)
tree31479a561392f101bd5d46009fde7ad6dc634fbc /graphics/divxcalc
parent34fe8b369bce66b9ea10277b3aabb1086c1e2632 (diff)
downloadfreebsd-ports-gnome-ff0be53ec619c447851026ebdf7083d90ec873c5.tar.gz
freebsd-ports-gnome-ff0be53ec619c447851026ebdf7083d90ec873c5.tar.zst
freebsd-ports-gnome-ff0be53ec619c447851026ebdf7083d90ec873c5.zip
- Add missing BUILD_DEPENS to devel/automake14
- Remove unnecessary USE_BISON PR: 36891 Submitted by: Ports Fury
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