aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
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
parent77ec5aff0a370f9b15970dfe1783fd99d374ee56 (diff)
downloadports-6ccee1f50fa5b34a53342a529aacf17921c63319.tar.gz
ports-6ccee1f50fa5b34a53342a529aacf17921c63319.zip
Do not hardcode /usr/local.
Notes
Notes: svn path=/head/; revision=72750
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/qt31/Makefile2
-rw-r--r--x11-toolkits/qt32/Makefile2
-rw-r--r--x11-toolkits/qt33/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile
index 270fed8ff6be..32ce423a73c6 100644
--- a/x11-toolkits/qt31/Makefile
+++ b/x11-toolkits/qt31/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} \
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile
index 270fed8ff6be..32ce423a73c6 100644
--- a/x11-toolkits/qt32/Makefile
+++ b/x11-toolkits/qt32/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} \
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} \