diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-09 15:38:12 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-09 15:38:12 +0800 |
commit | ff0be53ec619c447851026ebdf7083d90ec873c5 (patch) | |
tree | 31479a561392f101bd5d46009fde7ad6dc634fbc /graphics/divxcalc | |
parent | 34fe8b369bce66b9ea10277b3aabb1086c1e2632 (diff) | |
download | freebsd-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/Makefile | 7 |
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 |