diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-12-06 12:26:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-12-06 12:26:22 +0000 |
commit | b1640f10d3c4c5f5927b292cd5b0395e57d9e9a3 (patch) | |
tree | d54f2c294bb63ec467f47599713682d3c68e0ef9 /math | |
parent | 8d5894fd9318978305776df071bd9500aacf0b66 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/libqalculate/Makefile | 2 | ||||
-rw-r--r-- | math/qalculate/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index b430cdba0af6..7e48c65193a4 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qalculate -MAINTAINER= asa@agava.com +MAINTAINER= ports@FreeBSD.org COMMENT= Very powerful GUI calculator for GNOME (backend library) LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 8218c7e7f210..3603bbeb9cf3 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-gtk-${PORTVERSION} -MAINTAINER= asa@agava.com +MAINTAINER= ports@FreeBSD.org COMMENT= Very powerful GUI calculator for GNOME LIB_DEPENDS= qalculate.2:${PORTSDIR}/math/libqalculate |