diff options
author | demon <demon@FreeBSD.org> | 2003-01-08 23:45:27 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-01-08 23:45:27 +0800 |
commit | 0bec4e1eeb812197bac10d62bdb190f24888f083 (patch) | |
tree | 1ed48190af93a15999a3368d6dbd49597a896a9d /x11-toolkits/qt32 | |
parent | 02dfe01cd6778ce215ed9c7160791d28370e7954 (diff) | |
download | freebsd-ports-gnome-0bec4e1eeb812197bac10d62bdb190f24888f083.tar.gz freebsd-ports-gnome-0bec4e1eeb812197bac10d62bdb190f24888f083.tar.zst freebsd-ports-gnome-0bec4e1eeb812197bac10d62bdb190f24888f083.zip |
Do not hardcode /usr/local.
Diffstat (limited to 'x11-toolkits/qt32')
-rw-r--r-- | x11-toolkits/qt32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} \ |