summaryrefslogtreecommitdiffstats
path: root/x11/xautomation/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-20 06:14:56 +0000
committerijliao <ijliao@FreeBSD.org>2002-09-20 06:14:56 +0000
commit7c8c2423fac2bdc8697189fba0159db66f0c62ae (patch)
tree888d9f7b9feff29c272f6c38852b899850a2219a /x11/xautomation/Makefile
parented859597a366c6a64af0ff79d89a7873d1dac7f9 (diff)
downloadFreeBSD-ports-7c8c2423fac2bdc8697189fba0159db66f0c62ae.zip
FreeBSD-ports-7c8c2423fac2bdc8697189fba0159db66f0c62ae.tar.gz
- Support CFLAGS/CXXFLAGS properly
PR: 42885 Submitted by: Ports Fury
Diffstat (limited to 'x11/xautomation/Makefile')
-rw-r--r--x11/xautomation/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/xautomation/Makefile b/x11/xautomation/Makefile
index 7b053c1..a488dd3 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>
OpenPOWER on IntegriCloud