mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Use the right MTREE_FILE, since we're not using USE_X_PREFIX.
This commit is contained in:
parent
c849c53774
commit
e99b376eb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123580
@ -22,6 +22,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
|
||||
|
||||
USE_BZIP2= yes
|
||||
PREFIX?= ${X11BASE}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11-4.dist
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GMAKE= yes
|
||||
|
@ -24,6 +24,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
|
||||
USE_IMAKE= YES
|
||||
USE_X_PREFIX= no
|
||||
PREFIX?= ${X11BASE}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11-4.dist
|
||||
DIST_SUBDIR= xorg
|
||||
INSTALLS_SHLIB= yes
|
||||
WRKSRC= ${WRKDIR}/xc/lib/Xp
|
||||
|
@ -24,6 +24,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
|
||||
USE_IMAKE= YES
|
||||
USE_X_PREFIX= no
|
||||
PREFIX?= ${X11BASE}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11-4.dist
|
||||
DIST_SUBDIR= xorg
|
||||
INSTALLS_SHLIB= yes
|
||||
WRKSRC= ${WRKDIR}/xc/lib
|
||||
|
@ -24,6 +24,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
|
||||
USE_IMAKE= yes
|
||||
USE_X_PREFIX= no
|
||||
PREFIX?= ${X11BASE}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11-4.dist
|
||||
DIST_SUBDIR= xorg
|
||||
INSTALLS_SHLIB= yes
|
||||
WRKSRC= ${WRKDIR}/xc/lib/xkbfile
|
||||
|
Loading…
Reference in New Issue
Block a user