aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-20 14:14:56 +0800
committerijliao <ijliao@FreeBSD.org>2002-09-20 14:14:56 +0800
commit7c8c2423fac2bdc8697189fba0159db66f0c62ae (patch)
tree888d9f7b9feff29c272f6c38852b899850a2219a /x11
parented859597a366c6a64af0ff79d89a7873d1dac7f9 (diff)
downloadfreebsd-ports-gnome-7c8c2423fac2bdc8697189fba0159db66f0c62ae.tar.gz
freebsd-ports-gnome-7c8c2423fac2bdc8697189fba0159db66f0c62ae.tar.zst
freebsd-ports-gnome-7c8c2423fac2bdc8697189fba0159db66f0c62ae.zip
- Support CFLAGS/CXXFLAGS properly
PR: 42885 Submitted by: Ports Fury
Diffstat (limited to 'x11')
-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>