diff options
author | asami <asami@FreeBSD.org> | 1999-10-15 21:55:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-15 21:55:43 +0800 |
commit | fa1a1484f989b35e774aa46ef240149d4280a51f (patch) | |
tree | 07fe6de8e8114eaa8ba68ae6afd2c2ebf2ce6849 /misc/alevt | |
parent | b81592440b1d4e1cf45c5a72757c67e9707f73c9 (diff) | |
download | freebsd-ports-gnome-fa1a1484f989b35e774aa46ef240149d4280a51f.tar.gz freebsd-ports-gnome-fa1a1484f989b35e774aa46ef240149d4280a51f.tar.zst freebsd-ports-gnome-fa1a1484f989b35e774aa46ef240149d4280a51f.zip |
Add LIB_DEPENDS=png. While I'm here, remove the extra include
(bsd.port.pre.mk).
Found by: bento
Diffstat (limited to 'misc/alevt')
-rw-r--r-- | misc/alevt/Makefile | 4 |
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> |