diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-20 12:50:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-20 12:50:36 +0000 |
commit | 5489e41eedbc914d2b3b3a1368794cd2a2227aad (patch) | |
tree | 61894360340afac8de45d4f1bcfdf2e61d61a9b0 /multimedia | |
parent | 80926da9e8bf1593d2e29a147c60c69a19597cea (diff) | |
download | ports-5489e41eedbc914d2b3b3a1368794cd2a2227aad.tar.gz ports-5489e41eedbc914d2b3b3a1368794cd2a2227aad.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpegedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/mpegedit/Makefile b/multimedia/mpegedit/Makefile index f403d725a140..64ee8ff63d8a 100644 --- a/multimedia/mpegedit/Makefile +++ b/multimedia/mpegedit/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Aug 1 10:50:57 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.2 1996/08/02 07:43:06 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/18 11:28:48 asami Exp $ # DISTNAME= mpegedit_v2.2 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.demon.co.uk/.d2/unix/unix/tools/ MAINTAINER= erich@FreeBSD.org +BUILD_DEPENDS= ${PREFIX}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm + USE_X11= yes .include <bsd.port.mk> |