diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-09 04:38:26 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-09 04:38:26 +0000 |
commit | f88ca86a0d6524586c99fbc5e84592229e40444d (patch) | |
tree | 0a364569e94fd5b7ce40b95f1420b22b5f4e302f /x11/libXp | |
parent | fcea6d640f47626949166706e63dbd6dad207942 (diff) |
Notes
Diffstat (limited to 'x11/libXp')
-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 |