diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1996-07-30 00:29:12 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1996-07-30 00:29:12 +0000 |
commit | 4b557842683b6cbcef4e4f0390271d621d286b4c (patch) | |
tree | e2d0b34d74627a647c4c1de43f75cf219f7f5886 /editors/xed | |
parent | c650d3024639337b97d29e477c9a1451e6a66583 (diff) | |
download | ports-4b557842683b6cbcef4e4f0390271d621d286b4c.tar.gz ports-4b557842683b6cbcef4e4f0390271d621d286b4c.zip |
Notes
Diffstat (limited to 'editors/xed')
-rw-r--r-- | editors/xed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xed/Makefile b/editors/xed/Makefile index ccb92a788e3d..5b9219022bea 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Jul 1996 # Whom: shanee # -# $Id: Makefile,v 1.1.1.1 1996/07/29 00:38:24 chuckr Exp $ +# $Id: Makefile,v 1.2 1996/07/30 00:10:31 chuckr Exp $ # DISTNAME= xed1.3 @@ -11,6 +11,7 @@ PKGNAME= xed-1.3 CATEGORIES+= editors x11 MASTER_SITES= ftp://ftp.x.org/contrib/editors/ EXTRACT_SUFX= .tar.Z + MAINTAINER= shanee@rabbit.augusta.de LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |