diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SOPE/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SOPE/Makefile b/devel/SOPE/Makefile index 616cfc86481..13aa17055ca 100644 --- a/devel/SOPE/Makefile +++ b/devel/SOPE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/03/16 15:04:10 taca Exp $ +# $NetBSD: Makefile,v 1.13 2013/04/06 04:11:44 rodent Exp $ # DISTNAME= SOPE-2.0.4b @@ -19,7 +19,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-gnustep --enable-debug --disable-strip pre-configure: - test -e ${BUILDLINK_DIR}/lib/libmysqlclient.so || \ + ${TEST} -e ${BUILDLINK_DIR}/lib/libmysqlclient.so || \ ${LN} -s ${BUILDLINK_DIR}/lib/mysql/libmysqlclient.so \ ${BUILDLINK_DIR}/lib/libmysqlclient.so |