diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 06:14:56 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 06:14:56 +0000 |
commit | db97870cec4b24b829d43b5caa602210e9ca3d3b (patch) | |
tree | 416e8e600b3e9eb24a3d5c830d6da88bc7ad2bea /x11/xautomation/Makefile | |
parent | 7eea3b071f5f7c5563d3eda295ae399f65c354d6 (diff) | |
download | ports-db97870cec4b24b829d43b5caa602210e9ca3d3b.tar.gz ports-db97870cec4b24b829d43b5caa602210e9ca3d3b.zip |
Notes
Diffstat (limited to 'x11/xautomation/Makefile')
-rw-r--r-- | x11/xautomation/Makefile | 9 |
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> |