FAKE=no is not really needed. Note however that X ports (those that

use imake anyway) do not work with any version of X other than XFree86
3.3.6 because of imake issues.
This commit is contained in:
angelos 2000-07-10 01:19:47 +00:00
parent 0130c0f5e0
commit 31b18d57ea

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2000/07/10 00:13:50 angelos Exp $
# $OpenBSD: Makefile,v 1.13 2000/07/10 01:19:47 angelos Exp $
DISTNAME= xtar-1.4
CATEGORIES= misc
@ -15,6 +15,5 @@ PERMIT_DISTFILES_FTP= Yes
USE_MOTIF= Yes
USE_IMAKE= Yes
FAKE= No
.include <bsd.port.mk>