diff options
Diffstat (limited to 'french')
-rw-r--r-- | french/geonext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/french/geonext/Makefile b/french/geonext/Makefile index 5c600525e91e..7ce62bd82827 100644 --- a/french/geonext/Makefile +++ b/french/geonext/Makefile @@ -1,14 +1,14 @@ # Created by: Andreas Fehlner (fehlner@gmx.de) # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= french MAINTAINER= ports@FreeBSD.org COMMENT= Interactive (dynamic) elementary Geometry Software +RUN_DEPENDS= geonext>=0:${PORTSDIR}/math/geonext + WITH_LANG= fr MASTERDIR= ${.CURDIR}/../../math/geonext -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |