diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
commit | 5e0762a9564e268d4b9082c6548617a78306a15a (patch) | |
tree | 26fbb7dc3029f5ab0e53731f050deadcaac8f40f /graphics/g2 | |
parent | fce6571b9b5fb9d0680de83eb6139b8903708bb0 (diff) | |
download | ports-5e0762a9564e268d4b9082c6548617a78306a15a.tar.gz ports-5e0762a9564e268d4b9082c6548617a78306a15a.zip |
More missing dependencies.
Notes
Notes:
svn path=/head/; revision=14954
Diffstat (limited to 'graphics/g2')
-rw-r--r-- | graphics/g2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile index f45a68f82688..91b6edf1d4dd 100644 --- a/graphics/g2/Makefile +++ b/graphics/g2/Makefile @@ -3,7 +3,7 @@ # Date created: 16 July 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.1.1.1 1998/08/10 00:12:43 steve Exp $ +# $Id: Makefile,v 1.2 1998/11/09 01:17:11 steve Exp $ # DISTNAME= g2-0.30 @@ -15,6 +15,7 @@ MAINTAINER= billf@chc-chimes.com BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd +USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${PREFIX}/include/gd" |