summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-01-08 15:45:27 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-01-08 15:45:27 +0000
commit6ccee1f50fa5b34a53342a529aacf17921c63319 (patch)
tree424dc52d731922662cf84e01eb416da92a3954f6 /x11-toolkits/qt33
parentAdd two utilties for listing and stashing away package files obtained (diff)
Do not hardcode /usr/local.
Notes
Notes: svn path=/head/; revision=72750
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r--x11-toolkits/qt33/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 270fed8ff6be..32ce423a73c6 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -53,7 +53,7 @@ PKGNAMESUFFIX= -xinerama
XINERAMA= -no-xinerama
.endif # defined(WITH_XINERAMA)
-CUPS= -cups -L/usr/local/lib -I/usr/local/include
+CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include
CONFIGURE_ENV= ${ECHO} yes | QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
MAKE_ENV?= QTDIR=${WRKSRC} \