From 8a8535b9dddad2dcc9317cd70549831cea101cb6 Mon Sep 17 00:00:00 2001 From: lofi Date: Sun, 26 Oct 2003 22:07:39 +0000 Subject: Make WRKSRC overridable by slave-ports. --- x11-toolkits/qt23/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-toolkits/qt23') diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index 38b631ccd899..8441b2bfc3ff 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ CONFLICTS= qt-3.* -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC?= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_MESA= yes USE_GMAKE= yes USE_X_PREFIX= yes -- cgit