diff options
Diffstat (limited to 'x11/XFree86-4-libraries/Makefile')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index b74044242e1e..838d911e67f6 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -39,8 +39,7 @@ MTREE_FILE= /etc/mtree/BSD.x11-4.dist INSTALLS_SHLIB= yes DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc -SCRIPTS_ENV= HasXdmAuth=${HasXdmAuth} \ - HasSecureRPC=${HasSecureRPC} \ +SCRIPTS_ENV= HasSecureRPC=${HasSecureRPC} \ BuildPexExt=${BuildPexExt} \ BuildXinerama=${BuildXinerama} \ BuildXIE=${BuildXIE} \ @@ -59,7 +58,6 @@ MAN3= Xaw.3 Xft.3 # --- # Name Default Meaning # ---------------------------------------------------------------------------- -# HasXdmAuth YES support XDM-AUTHORIZATION-1. # HasSecureRPC YES build with SecureRPC (require FreeBSD-3 or later) # BuildPexExt YES build PEX extension # BuildXinerama YES build Xinerama extension @@ -70,7 +68,6 @@ MAN3= Xaw.3 Xft.3 # ---------------------------------------------------------------------------- # DEFAULT means ports will use values which set by ${PORTSDIR}/devel/imake-4 # -HasXdmAuth?= YES HasSecureRPC?= DEFAULT BuildPexExt?= DEFAULT BuildXinerama?= DEFAULT @@ -89,6 +86,9 @@ PLIST_SUB+= OSMESA:="@comment " PLIST_SUB+= OSMESA:="" .endif +post-extract: + ${CP} ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c ${WRKSRC}/lib/Xdmcp/ + post-patch: cd ${WRKSRC}/nls; \ for i in Compose XI18N_OBJS XLC_LOCALE; do \ |