summaryrefslogtreecommitdiff
path: root/misc/alevt
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-10-15 13:55:43 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-10-15 13:55:43 +0000
commit4cd076626a021a1489485b0662b785ede6ba2d32 (patch)
tree85d9481c56038cb0a6e42b21d20a7fb3231d979e /misc/alevt
parentFix installation if your login shell is not a /bin/sh relative. (diff)
Add LIB_DEPENDS=png. While I'm here, remove the extra include
(bsd.port.pre.mk). Found by: bento
Notes
Notes: svn path=/head/; revision=22464
Diffstat (limited to 'misc/alevt')
-rw-r--r--misc/alevt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/alevt/Makefile b/misc/alevt/Makefile
index 92807222e180..7f109bcbf50d 100644
--- a/misc/alevt/Makefile
+++ b/misc/alevt/Makefile
@@ -13,10 +13,10 @@ MASTER_SITES= http://user.exit.de/froese/alevt/ \
MAINTAINER= roger@freebsd.org
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
+
USE_X_PREFIX= yes
USE_GMAKE= yes
MAN1= alevt.1x alevt-date.1 alevt-cap.1
-.include <bsd.port.pre.mk>
-
.include <bsd.port.mk>