diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-04 01:25:26 +0800 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-04 01:25:26 +0800 |
commit | 932516df23c72dfd1248e94e36cda0ac1d64c465 (patch) | |
tree | 3b53366f9ab04a014f2e22339c3b6d27729aeece /x11-fm | |
parent | a76d08126f306327666dd219ee3435fc20de90be (diff) | |
download | freebsd-ports-gnome-932516df23c72dfd1248e94e36cda0ac1d64c465.tar.gz freebsd-ports-gnome-932516df23c72dfd1248e94e36cda0ac1d64c465.tar.zst freebsd-ports-gnome-932516df23c72dfd1248e94e36cda0ac1d64c465.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 |