diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-06 14:51:51 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-06 14:51:51 +0000 |
commit | 9fceddbe98620034a3c5d32c1fab64a62c1ed05d (patch) | |
tree | 540a504902b4a8ac48558e292c97f89a608f8a0e /graphics/gtksee | |
parent | 7c5cb283233f185c784fcbea767606106f1b50b5 (diff) | |
download | ports-9fceddbe98620034a3c5d32c1fab64a62c1ed05d.tar.gz ports-9fceddbe98620034a3c5d32c1fab64a62c1ed05d.zip |
Notes
Diffstat (limited to 'graphics/gtksee')
-rw-r--r-- | graphics/gtksee/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile index cfd699a26a57..ade53893888b 100644 --- a/graphics/gtksee/Makefile +++ b/graphics/gtksee/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Nov 22 12:08:18 CET 1998 # Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> # -# $Id: Makefile,v 1.3 1998/12/01 21:47:45 billf Exp $ +# $Id: Makefile,v 1.4 1998/12/04 20:29:09 billf Exp $ # DISTNAME= gtksee-0.2.1 @@ -20,7 +20,7 @@ LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \ tiff.4:${PORTSDIR}/graphics/tiff34 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \ +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${PREFIX}/include" \ LDFLAGS=-L${PREFIX}/lib .include <bsd.port.mk> |