diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-01-08 15:45:27 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-01-08 15:45:27 +0000 |
commit | 6ccee1f50fa5b34a53342a529aacf17921c63319 (patch) | |
tree | 424dc52d731922662cf84e01eb416da92a3954f6 /x11-toolkits | |
parent | 77ec5aff0a370f9b15970dfe1783fd99d374ee56 (diff) | |
download | ports-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/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
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} \ |