diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-20 11:24:05 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-20 11:24:05 +0000 |
commit | feaa9ee96dcb9fcb2a7cbb63a613d801526d6aaf (patch) | |
tree | 9d812247cb982591aa8101077f6db210a2543b4e /graphics/dia/Makefile | |
parent | Update to 0.95. (diff) |
Allow MAINTAINER to be overriden in slave ports.
Notes
Notes:
svn path=/head/; revision=46526
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 5befdc048308..940792b2a83e 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -11,7 +11,7 @@ CATEGORIES+= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/dia -MAINTAINER= gnome@FreeBSD.org +MAINTAINER?= gnome@FreeBSD.org LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt |