aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tix
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2007-07-06 10:38:56 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2007-07-06 10:38:56 +0000
commit353f1bc4b51317f95fac72dd1da708d08e3f826a (patch)
tree8da6bf0b39bd7ea66e1e5f64c5f2be2e30e52278 /x11-toolkits/tix
parent9cd0314853be4e0587b71bc836aa6042ee571967 (diff)
downloadports-353f1bc4b51317f95fac72dd1da708d08e3f826a.tar.gz
ports-353f1bc4b51317f95fac72dd1da708d08e3f826a.zip
Notes
Diffstat (limited to 'x11-toolkits/tix')
-rw-r--r--x11-toolkits/tix/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile
index f0dafb9fcb74..39a32badfab3 100644
--- a/x11-toolkits/tix/Makefile
+++ b/x11-toolkits/tix/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tix
PORTVERSION= 8.1.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-toolkits tk84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tix
@@ -58,6 +58,9 @@ TCLWRK!= ( cd ${PORTSDIR}/${TCL84_PORT} && make -V WRKDIR )
TKBASE!= ( cd ${PORTSDIR}/${TK84_PORT} && make -V TKBASE )
TKWRK!= ( cd ${PORTSDIR}/${TK84_PORT} && make -V WRKDIR )
+pre-extract:
+ @${MAKE} clean
+
pre-configure:
@(cd ${WRKSRC}/.. && \
CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \