summaryrefslogtreecommitdiffstats
path: root/graphics/gtksee/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-12-06 14:51:51 +0000
committervanilla <vanilla@FreeBSD.org>1998-12-06 14:51:51 +0000
commitf572c1bdc99280a7b8b553bba8d1d8c0426bb0c2 (patch)
tree989522d4298f53086ecc408ddf34d8e58cbae005 /graphics/gtksee/Makefile
parent8e81d120fc40a42293eb9f0e8be558bfe26fbb05 (diff)
downloadFreeBSD-ports-f572c1bdc99280a7b8b553bba8d1d8c0426bb0c2.zip
FreeBSD-ports-f572c1bdc99280a7b8b553bba8d1d8c0426bb0c2.tar.gz
Add system's CFLAGS to CONFIGURE_ENV.
Diffstat (limited to 'graphics/gtksee/Makefile')
-rw-r--r--graphics/gtksee/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile
index cfd699a..ade5389 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>
OpenPOWER on IntegriCloud