diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-02 20:08:57 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-02 20:08:57 +0000 |
commit | 1ca83f276f50e0d79d73030f4b1709b370a2df29 (patch) | |
tree | 041cc12ceb3407ce52b1d41e5844fd626aaac095 /x11-fm | |
parent | 668068d91062e296089c91f3d7c3d0c182807ce3 (diff) | |
download | ports-1ca83f276f50e0d79d73030f4b1709b370a2df29.tar.gz ports-1ca83f276f50e0d79d73030f4b1709b370a2df29.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/x-files/Makefile | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile index 4cea1f288356..5ac2636b0ef9 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1998/08/10 00:24:57 steve Exp $ +# $Id: Makefile,v 1.3 1998/08/10 00:28:47 steve Exp $ # SUBDIR += asfiles @@ -11,6 +11,7 @@ SUBDIR += q3dmenu SUBDIR += tkdesk SUBDIR += workplace + SUBDIR += x-files SUBDIR += xfm .include <bsd.port.subdir.mk> diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile index 862842fd9bd7..de8cc55434e5 100644 --- a/x11-fm/x-files/Makefile +++ b/x11-fm/x-files/Makefile @@ -3,20 +3,18 @@ # Date created: 14 April 1998 # Whom: Donald J. Maddox <dmaddox@scsn.net> # -# $Id: Makefile,v 1.4 1998/09/15 04:37:56 asami Exp $ +# $Id: Makefile,v 1.5 1998/12/02 04:07:26 asami Exp $ # DISTNAME= X-Files-1.43 PKGNAME= x-files-1.43 -CATEGORIES= misc tk80 +CATEGORIES= x11-fm tk80 MASTER_SITES= http://java.inf.tu-dresden.de/X-Files/data/ MAINTAINER= dmaddox@scsn.net BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 -BROKEN= repository copy - .if !defined(DISPLAY) BROKEN= requires DISPLAY to install .endif |