diff options
author | lofi <lofi@FreeBSD.org> | 2003-10-27 06:07:39 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-10-27 06:07:39 +0800 |
commit | 8a8535b9dddad2dcc9317cd70549831cea101cb6 (patch) | |
tree | f9d6cd099c1367147eadbd7833e5e8376c283fd4 /x11-toolkits | |
parent | 3ad7b7e6379f7d381e1f0c194ad988c7a06fb537 (diff) | |
download | freebsd-ports-gnome-8a8535b9dddad2dcc9317cd70549831cea101cb6.tar.gz freebsd-ports-gnome-8a8535b9dddad2dcc9317cd70549831cea101cb6.tar.zst freebsd-ports-gnome-8a8535b9dddad2dcc9317cd70549831cea101cb6.zip |
Make WRKSRC overridable by slave-ports.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt23/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |