diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
commit | 107bfacba9383e0e28884a8425dd8e5cfdd807b9 (patch) | |
tree | 17dfb83a48d58043193fc6b92dfe64322eb6db76 /science | |
parent | 46e88f9dc1cd96da09f7346e695e8b295533210a (diff) | |
download | ports-107bfacba9383e0e28884a8425dd8e5cfdd807b9.tar.gz ports-107bfacba9383e0e28884a8425dd8e5cfdd807b9.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/g3data/Makefile | 7 | ||||
-rw-r--r-- | science/v_sim/Makefile | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/science/g3data/Makefile b/science/g3data/Makefile index a813be978c93..6a41401132b1 100644 --- a/science/g3data/Makefile +++ b/science/g3data/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: g3data -# Date created: 2006-09-15 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= g3data PORTVERSION= 1.5.3 @@ -18,6 +14,7 @@ BUILD_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade \ ${LOCALBASE}/share/sgml/docbook/utils-0.6.14/helpers/docbook2man-spec.pl:${PORTSDIR}/textproc/docbook-utils \ ${LOCALBASE}/share/sgml/docbook/4.1/dtd/docbook.dtd:${PORTSDIR}/textproc/docbook-410 +USES= pkgconfig USE_GNOME= gtk20 ALL_TARGET= MAN1= g3data.1 diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile index cc9b6d35cee9..487df9a2d5d3 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -17,11 +17,11 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo +USES= gmake pkgconfig USE_BZIP2= yes USE_FORTRAN= yes USE_GNOME= gtk20 USE_GL= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include |