diff options
author | bms <bms@FreeBSD.org> | 2003-10-19 05:07:41 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2003-10-19 05:07:41 +0800 |
commit | 7b946ce1672542992088a4774c69dee7ec8c822a (patch) | |
tree | 2d0bace2abb3c00b2b19421f2ae8cfffa0a49ffd /sysutils | |
parent | 1cb0df590aea4e7a28675c8985963e29144439fe (diff) | |
download | freebsd-ports-gnome-7b946ce1672542992088a4774c69dee7ec8c822a.tar.gz freebsd-ports-gnome-7b946ce1672542992088a4774c69dee7ec8c822a.tar.zst freebsd-ports-gnome-7b946ce1672542992088a4774c69dee7ec8c822a.zip |
Fix conflict whereby USE_LINUX_PREFIX would bring in an unwanted dependency
on linux_base-7*, when linux_base-8* is required.
Noticed by: kris
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/linux-afaapps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/linux-afaapps/Makefile b/sysutils/linux-afaapps/Makefile index 52d6eb17863a..e8009bcfebcc 100644 --- a/sysutils/linux-afaapps/Makefile +++ b/sysutils/linux-afaapps/Makefile @@ -24,7 +24,7 @@ RESTRICTED= "binary redistribution license needs clarification" NO_BUILD= yes NO_WRKSUBDIR= yes -USE_LINUX_PREFIX= yes +PREFIX?= ${LINUXBASE} LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig ONLY_FOR_ARCHS= i386 |