diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-12 22:09:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-12 22:09:06 +0000 |
commit | 8e73fa4acda0a0e8c4b51b72ac61f8e277ca88c7 (patch) | |
tree | 8aa015dc7468b11be53d353e6c8e6e07cb833647 /x11 | |
parent | 959bd2763b3dd55cfb919bc4c119c01550b60252 (diff) | |
download | freebsd-ports-8e73fa4acda0a0e8c4b51b72ac61f8e277ca88c7.zip |
Turn off NO_PACKAGE for the Alpha. XFree86 is not yet providing us bits
for that platform.
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 |