aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/mpegedit
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-08-02 15:43:06 +0800
committerasami <asami@FreeBSD.org>1996-08-02 15:43:06 +0800
commit9ab792780d9cb1b95d6838cd0374aef4ddaca568 (patch)
tree2cb375d98739da2eeb6165dfd838e94512f4e3d5 /graphics/mpegedit
parent5c75ece899b981abd8b815f37dfb5d9b3d72c753 (diff)
downloadfreebsd-ports-gnome-9ab792780d9cb1b95d6838cd0374aef4ddaca568.tar.gz
freebsd-ports-gnome-9ab792780d9cb1b95d6838cd0374aef4ddaca568.tar.zst
freebsd-ports-gnome-9ab792780d9cb1b95d6838cd0374aef4ddaca568.zip
Just a little variable reordering (USE_X11 is after MAINTAINER).
Diffstat (limited to 'graphics/mpegedit')
-rw-r--r--graphics/mpegedit/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mpegedit/Makefile b/graphics/mpegedit/Makefile
index 82842e0c2f8b..e2db7ffbd328 100644
--- a/graphics/mpegedit/Makefile
+++ b/graphics/mpegedit/Makefile
@@ -3,15 +3,16 @@
# Date created: Thu Aug 1 10:50:57 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/08/01 20:11:56 erich Exp $
#
DISTNAME= mpegedit_v2.2
PKGNAME= mpegedit-2.2
CATEGORIES+= graphics
MASTER_SITES= ftp://ftp.demon.co.uk/.d2/unix/unix/tools/
-USE_X11= yes
MAINTAINER= erich@FreeBSD.org
+USE_X11= yes
+
.include <bsd.port.mk>