freebsd-ports/multimedia/mpegedit/Makefile
Kris Kennaway efc42222a9 USE_X_PREFIX wasn't being set early enough due to a version check for
old versions of 4.0-CURRENT. Remove the check and solve this.

Noticed by:	bento
2000-04-29 21:52:52 +00:00

22 lines
472 B
Makefile

# New ports collection makefile for: mpegedit
# Date created: Thu Aug 1 10:50:57 CDT 1996
# Whom: erich@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= mpegedit
PORTVERSION= 2.2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/tools/
DISTNAME= ${PORTNAME}_v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm
USE_X_PREFIX= yes
USE_GMAKE= yes
.include <bsd.port.mk>