diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 13:42:15 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 13:42:15 +0800 |
commit | cdfb6bc8ebc4243e7e8fea6f613c1115c2d9c165 (patch) | |
tree | b7e7a5beba1f46d294ec422b706220854aaf3915 /x11/XFree86-4-clients | |
parent | 5af895a1dd21aa4c629430113772167e94b286fe (diff) | |
download | freebsd-ports-gnome-cdfb6bc8ebc4243e7e8fea6f613c1115c2d9c165.tar.gz freebsd-ports-gnome-cdfb6bc8ebc4243e7e8fea6f613c1115c2d9c165.tar.zst freebsd-ports-gnome-cdfb6bc8ebc4243e7e8fea6f613c1115c2d9c165.zip |
Define NO_PACKAGE for now, we aren't building the package of this thing
yet. The user can define FORCE_PACKAGE if the package is really
desired.
Diffstat (limited to 'x11/XFree86-4-clients')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 9b1e60f54010..8ba40811febe 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.7 1995/04/22 22:39:30 jmz Exp $ +# $Id: Makefile,v 1.8 1995/04/26 14:45:15 jmz Exp $ # ####################################################################### @@ -25,6 +25,9 @@ X11FIXES = /usr/ports/distfiles/xc #define this if you are short of space - save ~28 Mbytes #REMOVE_NOT_ESSENTIAL = yes +# Define FORCE_PACKAGE from the command line if you want to override +# this and build a package +NO_PACKAGE = yes ####################################################################### DISTNAME = xc PKGNAME = XFree86-3.1.1 |