diff options
Diffstat (limited to 'science/kalzium/Makefile')
-rw-r--r-- | science/kalzium/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/science/kalzium/Makefile b/science/kalzium/Makefile index f80ba05bfbd9..ee1b0ec61db7 100644 --- a/science/kalzium/Makefile +++ b/science/kalzium/Makefile @@ -2,24 +2,19 @@ PORTNAME= kalzium PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 CATEGORIES= science kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Periodic table of elements for KDE 4 -LIB_DEPENDS= openbabel:${PORTSDIR}/science/openbabel \ - avogadro:${PORTSDIR}/science/avogadro +LIB_DEPENDS= libopenbabel.so:${PORTSDIR}/science/openbabel \ + libavogadro.so:${PORTSDIR}/science/avogadro BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 \ ${LOCALBASE}/lib/ocaml/facile/facile.a:${PORTSDIR}/math/facile -CONFLICTS= kdeedu-4.[0-6].* - -USE_GCC= yes USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource pkgconfig USE_OCAML= yes @@ -29,7 +24,4 @@ USE_QT4= corelib declarative designer opengl script xml \ USE_XZ= yes USE_LDCONFIG= yes -MAN1= kalzium.1 - -NO_STAGE= yes .include <bsd.port.mk> |