[Midnightbsd-cvs] mports: Makefile: portlint nits

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Dec 26 07:33:26 EST 2008


Log Message:
-----------
portlint nits

Modified Files:
--------------
    mports/science/openbabel:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/science/openbabel/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L science/openbabel/Makefile -L science/openbabel/Makefile -u -r1.1 -r1.2
--- science/openbabel/Makefile
+++ science/openbabel/Makefile
@@ -13,6 +13,8 @@
 COMMENT=	Chemistry file translation program
 LICENSE=	gpl2
 
+LIB_DEPENDS=	boost_thread.4:${PORTSDIR}/devel/boost-python
+
 USE_GNOME=	gnomehack gnometarget libxml2
 USE_AUTOTOOLS=	libtool:15
 USE_LDCONFIG=	yes
@@ -21,17 +23,10 @@
 		obminimize.1 obprobe.1 obprop.1 obrotamer.1 obrotate.1 \
 		openbabel.1 roundtrip.1
 
-LIB_DEPENDS=	boost_thread.4:${PORTSDIR}/devel/boost-python
-
 PLIST_SUB=	VERSION="${PORTVERSION}"
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "ia64"
-BROKEN=		does not compile on ia64 (gcc internal error)
-.endif
-
-
 post-extract:
 	@${LN} -sf babel.1 ${WRKSRC}/doc/openbabel.1
 


More information about the Midnightbsd-cvs mailing list