diff options
author | clsung <clsung@FreeBSD.org> | 2004-08-20 10:56:44 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-08-20 10:56:44 +0800 |
commit | 2314cdc1c79b86fa206d6a452e018515a4b3058f (patch) | |
tree | bb34b3c123b9b3162022bf28aacf0deeafb8bfe4 /x11-toolkits | |
parent | b04e4c5037c043cbdc2248f05912a4ce0ff16f97 (diff) | |
download | freebsd-ports-gnome-2314cdc1c79b86fa206d6a452e018515a4b3058f.tar.gz freebsd-ports-gnome-2314cdc1c79b86fa206d6a452e018515a4b3058f.tar.zst freebsd-ports-gnome-2314cdc1c79b86fa206d6a452e018515a4b3058f.zip |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gtk2/Makefile b/x11-toolkits/p5-Gtk2/Makefile index f1a938b928dc..b5ef2d5de728 100644 --- a/x11-toolkits/p5-Gtk2/Makefile +++ b/x11-toolkits/p5-Gtk2/Makefile @@ -17,7 +17,7 @@ PKGNAMEPREFIX= p5- DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan \ ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf -MAINTAINER= clsung@dragon2.net +MAINTAINER= clsung@FreeBSD.org COMMENT= Perl module for Gtk+ 2.x graphical user interface library BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ |