diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-09 06:13:37 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-09 06:13:37 +0800 |
commit | eb090544d0af8ca6e5a6b008481e72912249069f (patch) | |
tree | a984c1020ee44048525d725a580f567fc07e808e /japanese/alias-fonts | |
parent | 0ada8b5625131b94fb04f53dfd35d15588ad33d5 (diff) | |
download | freebsd-ports-gnome-eb090544d0af8ca6e5a6b008481e72912249069f.tar.gz freebsd-ports-gnome-eb090544d0af8ca6e5a6b008481e72912249069f.tar.zst freebsd-ports-gnome-eb090544d0af8ca6e5a6b008481e72912249069f.zip |
Add perl dependency (it will no longer be implied by USE_X_PREFIX).
Change maintainer's address.
Pointed out by: dosirak via kris, while testing X.Org upgrade
Submitted by: maintainer
Diffstat (limited to 'japanese/alias-fonts')
-rw-r--r-- | japanese/alias-fonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/alias-fonts/Makefile b/japanese/alias-fonts/Makefile index 0df9826f68dc..f171b884d7ce 100644 --- a/japanese/alias-fonts/Makefile +++ b/japanese/alias-fonts/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0 CATEGORIES= japanese x11-fonts DISTFILES= # empty -MAINTAINER= koma2@jiro.c.u-tokyo.ac.jp +MAINTAINER= koma2@ms.u-tokyo.ac.jp COMMENT= A meta-port which setups Japanese fonts RUN_DEPENDS= \ @@ -25,6 +25,7 @@ RUN_DEPENDS= \ NO_BUILD= yes USE_X_PREFIX= yes +USE_PERL5= yes FONTSDIR= ${X11BASE}/lib/X11/fonts/local |