[Midnightbsd-cvs] CVS Commit: Makefile: OSVERSION

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 2 03:31:13 EDT 2007


Log Message:
-----------
OSVERSION

Modified Files:
--------------
    mports/devel/gettext:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/gettext/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldevel/gettext/Makefile -Ldevel/gettext/Makefile -u -r1.2 -r1.3
--- devel/gettext/Makefile
+++ devel/gettext/Makefile
@@ -20,7 +20,7 @@
 LIBTOOLFILES=	autoconf-lib-link/configure gettext-runtime/configure \
 		gettext-runtime/libasprintf/configure gettext-tools/configure
 USE_AUTOTOOLS=	libtool:15
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd6.0
 CONFIGURE_ENV=	ACLOCAL="${TRUE}" \
 		AUTOCONF="${TRUE}" \
 		AUTOMAKE="${TRUE}" \
@@ -61,11 +61,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
-CONFIGURE_ARGS+=	--with-libexpat-prefix=${LOCALBASE}/lib
-LIB_DEPENDS+=	expat.6:${PORTSDIR}/textproc/expat2
-.endif
-
 pre-extract:
 .if exists(${PREFIX}/bin/kaffe)
 	@${ECHO_MSG} "Gettext won't build with Kaffe's jar utility.  Doing:"


More information about the Midnightbsd-cvs mailing list