diff options
author | asami <asami@FreeBSD.org> | 1995-05-13 13:42:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-13 13:42:15 +0800 |
commit | 81a7d5be4f261893f6d4b77a39b7d1e80d86212b (patch) | |
tree | d6b6b38e1b607cd225e3085ef0ca873e746a149b /x11/XFree86-4-libraries/Makefile | |
parent | 8256a8906733d44f556d1f592a6ca6013f5b7331 (diff) | |
download | freebsd-ports-gnome-81a7d5be4f261893f6d4b77a39b7d1e80d86212b.tar.gz freebsd-ports-gnome-81a7d5be4f261893f6d4b77a39b7d1e80d86212b.tar.zst freebsd-ports-gnome-81a7d5be4f261893f6d4b77a39b7d1e80d86212b.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-libraries/Makefile')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 9b1e60f54010..8ba40811febe 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/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 |