diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-10-15 21:55:43 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-10-15 21:55:43 +0800 |
commit | 4cd076626a021a1489485b0662b785ede6ba2d32 (patch) | |
tree | 85d9481c56038cb0a6e42b21d20a7fb3231d979e | |
parent | 0b52dce4d5375e7a40f13cb80ca28c3a518d3a0b (diff) | |
download | freebsd-ports-gnome-4cd076626a021a1489485b0662b785ede6ba2d32.tar.gz freebsd-ports-gnome-4cd076626a021a1489485b0662b785ede6ba2d32.tar.zst freebsd-ports-gnome-4cd076626a021a1489485b0662b785ede6ba2d32.zip |
Add LIB_DEPENDS=png. While I'm here, remove the extra include
(bsd.port.pre.mk).
Found by: bento
-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> |