diff options
author | anholt <anholt@FreeBSD.org> | 2004-05-09 12:38:26 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-05-09 12:38:26 +0800 |
commit | 937d6ede76b7a69bdc6a8074161f0d39a1a53330 (patch) | |
tree | 83a5098776b77f305a4e3c258277bb9857436c67 /x11/libXp/Makefile | |
parent | 88060213a8e1311fb1683b186c06af60e2cc2c45 (diff) | |
download | freebsd-ports-gnome-937d6ede76b7a69bdc6a8074161f0d39a1a53330.tar.gz freebsd-ports-gnome-937d6ede76b7a69bdc6a8074161f0d39a1a53330.tar.zst freebsd-ports-gnome-937d6ede76b7a69bdc6a8074161f0d39a1a53330.zip |
Turn off USE_X_PREFIX but set PREFIX to X11BASE to avoid XFree86-4-libraries
dependency.
Diffstat (limited to 'x11/libXp/Makefile')
-rw-r--r-- | x11/libXp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile index 267ba494702c..05794095e9bf 100644 --- a/x11/libXp/Makefile +++ b/x11/libXp/Makefile @@ -23,6 +23,8 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS} CONFLICTS= XFree86-libraries-* USE_IMAKE= YES +USE_X_PREFIX= no +PREFIX?= ${X11BASE} DIST_SUBDIR= xorg INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/xc/lib/Xp |