diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-22 08:08:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-22 08:08:13 +0000 |
commit | 4db745c6326bb77a33022757089128405d803e17 (patch) | |
tree | 31b1d3142b4696ee658f0c5b3ccf209866270441 | |
parent | 6dc4a3c25c655c32b53b726039de11d14ecca18c (diff) | |
download | ports-4db745c6326bb77a33022757089128405d803e17.tar.gz ports-4db745c6326bb77a33022757089128405d803e17.zip |
Notes
-rw-r--r-- | x11-toolkits/tix/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index 7294b1927f05..fae526ab19f7 100644 --- a/x11-toolkits/tix/Makefile +++ b/x11-toolkits/tix/Makefile @@ -28,9 +28,6 @@ CONFIGURE_ENV= PREFIX=${PREFIX} TIX_LIB= libTix${PORTVERSION}.so TIX_LIB_FILE= ${TIX_LIB}.0 -pre-extract: - @${MAKE} clean - pre-configure: @(cd ${WRKSRC} && \ CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \ |