diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-13 07:10:03 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-13 07:10:03 +0800 |
commit | 4e63113f7ee123eb792cc02194c013cd14ec6512 (patch) | |
tree | 74ccccfc1719ac46d1a3199c32ff58d451482a91 /x11 | |
parent | a3101db087fe19c13f4f535daa3f893a71d72040 (diff) | |
download | freebsd-ports-gnome-4e63113f7ee123eb792cc02194c013cd14ec6512.tar.gz freebsd-ports-gnome-4e63113f7ee123eb792cc02194c013cd14ec6512.tar.zst freebsd-ports-gnome-4e63113f7ee123eb792cc02194c013cd14ec6512.zip |
Remove jetpack and xmris from Makefile.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index be83c0334fa5..489921f41e92 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.5 1994/09/24 16:17:14 adam Exp $ +# $Id: Makefile,v 1.6 1994/09/26 13:39:19 jkh Exp $ # -SUBDIR= emu fvwm iv jetpack tk xarchie xmris xpm +SUBDIR= emu fvwm iv tk xarchie xpm .include <bsd.port.subdir.mk> |