aboutsummaryrefslogtreecommitdiff
path: root/x11/xautomation
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 06:14:56 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 06:14:56 +0000
commitdb97870cec4b24b829d43b5caa602210e9ca3d3b (patch)
tree416e8e600b3e9eb24a3d5c830d6da88bc7ad2bea /x11/xautomation
parent7eea3b071f5f7c5563d3eda295ae399f65c354d6 (diff)
downloadports-db97870cec4b24b829d43b5caa602210e9ca3d3b.tar.gz
ports-db97870cec4b24b829d43b5caa602210e9ca3d3b.zip
- Support CFLAGS/CXXFLAGS properly
PR: 42885 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=66793
Diffstat (limited to 'x11/xautomation')
-rw-r--r--x11/xautomation/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/xautomation/Makefile b/x11/xautomation/Makefile
index 7b053c12131c..a488dd3e2bf5 100644
--- a/x11/xautomation/Makefile
+++ b/x11/xautomation/Makefile
@@ -8,17 +8,18 @@
PORTNAME= xautomation
PORTVERSION= 0.86
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://hoopajoo.net/static/projects/
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= png:${PORTSDIR}/graphics/png
+LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_XLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= \
- CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
.include <bsd.port.mk>