diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index ef5edd52cd57..0ee98864689e 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -19,7 +19,9 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org IS_INTERACTIVE= yes # configure script asks questions +.if (${MACHINE} != "alpha") NO_PACKAGE= package available from XFree86 +.endif ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index ef5edd52cd57..0ee98864689e 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -19,7 +19,9 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org IS_INTERACTIVE= yes # configure script asks questions +.if (${MACHINE} != "alpha") NO_PACKAGE= package available from XFree86 +.endif ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index ef5edd52cd57..0ee98864689e 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -19,7 +19,9 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org IS_INTERACTIVE= yes # configure script asks questions +.if (${MACHINE} != "alpha") NO_PACKAGE= package available from XFree86 +.endif ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index ef5edd52cd57..0ee98864689e 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -19,7 +19,9 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org IS_INTERACTIVE= yes # configure script asks questions +.if (${MACHINE} != "alpha") NO_PACKAGE= package available from XFree86 +.endif ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc |