diff options
author | joerg <joerg@FreeBSD.org> | 1995-04-17 15:32:54 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-04-17 15:32:54 +0800 |
commit | 07c63ec84b5e63356d8a05fe4d67b55a9fb95a2b (patch) | |
tree | b39f95a8bf308a0540e6ac54c04ea320baf36227 /misc | |
parent | aec1a233b9228d566b8ae787c1ca672cb0429cc1 (diff) | |
download | freebsd-ports-gnome-07c63ec84b5e63356d8a05fe4d67b55a9fb95a2b.tar.gz freebsd-ports-gnome-07c63ec84b5e63356d8a05fe4d67b55a9fb95a2b.tar.zst freebsd-ports-gnome-07c63ec84b5e63356d8a05fe4d67b55a9fb95a2b.zip |
Re-add pcemu, it does have a PLIST now.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/Makefile b/misc/Makefile index d2f97138c722..de9234255744 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.45 1995/03/16 00:07:34 asami Exp $ +# $Id: Makefile,v 1.46 1995/04/16 05:38:19 asami Exp $ # # restricted: pgp.usa_only pgp.non-usa_only # -# BROKEN: cpm (no MASTER_SITES) pcemu (no PLIST) wine (doesn't install) +# BROKEN: cpm (no MASTER_SITES) wine (doesn't install) # SUBDIR= amanda colorls hfs iozone ispell less mmv mshell mtools \ - rman screen top tua xdu xsysstats + pcemu rman screen top tua xdu xsysstats .include <bsd.port.subdir.mk> |