diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-04 01:25:26 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-04 01:25:26 +0800 |
commit | a87a75cdb2b094f3da85183c1664d924e4291bca (patch) | |
tree | ee64ab88640d702f05376d851f4669d577449850 /x11-fm | |
parent | 0c72224afb5d30e5d7e0d114bb8d4f4eb2e5153a (diff) | |
download | freebsd-ports-gnome-a87a75cdb2b094f3da85183c1664d924e4291bca.tar.gz freebsd-ports-gnome-a87a75cdb2b094f3da85183c1664d924e4291bca.tar.zst freebsd-ports-gnome-a87a75cdb2b094f3da85183c1664d924e4291bca.zip |
Add perl build dependency.
Previously it was picked up by imake, which was run time dependency for
X libraries. Since this will no longer hold, specify perl explicitly.
Also reset maintainership:
<lukin@okbmei.msk.su>: host relay.orbita.ru[193.192.144.231] said: 550
lukin@okbmei.msk.su unknown user account (in reply to RCPT TO command)
Pointed out by: dosirak via kris, while testing X.Org upgrade
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/asfiles/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/asfiles/Makefile b/x11-fm/asfiles/Makefile index e5c7765a6c13..c623cf6dccc3 100644 --- a/x11-fm/asfiles/Makefile +++ b/x11-fm/asfiles/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_AFTERSTEP} MASTER_SITE_SUBDIR= apps/ASFiles DISTNAME= ASFiles-${PORTVERSION} -MAINTAINER= lukin@okbmei.msk.su +MAINTAINER= ports@FreeBSD.org COMMENT= X11 file manager. Dockable in WindowMaker LIB_DEPENDS= Dnd.1:${PORTSDIR}/x11/libdnd @@ -20,6 +20,7 @@ LIB_DEPENDS= Dnd.1:${PORTSDIR}/x11/libdnd GNU_CONFIGURE= yes USE_X_PREFIX= yes USE_XPM= yes +USE_PERL5_BUILD=yes MAN1= files.1 MAN3= regexp.3 |