diff options
author | asami <asami@FreeBSD.org> | 1996-12-07 20:49:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-07 20:49:35 +0800 |
commit | 5e75f93ccbc92f581690e23e0812c8f56391c47e (patch) | |
tree | 5c0589a985ca05918f0376971eccafc1bc0823c5 /databases/postgresql73 | |
parent | 8207dc3031576b9162e9c10cbdd290f5f6490ba1 (diff) | |
download | freebsd-ports-gnome-5e75f93ccbc92f581690e23e0812c8f56391c47e.tar.gz freebsd-ports-gnome-5e75f93ccbc92f581690e23e0812c8f56391c47e.tar.zst freebsd-ports-gnome-5e75f93ccbc92f581690e23e0812c8f56391c47e.zip |
Add NO_PACKAGE reason (postgres uid).
Diffstat (limited to 'databases/postgresql73')
-rw-r--r-- | databases/postgresql73/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile index 33b1f0c06fc7..358c405782c7 100644 --- a/databases/postgresql73/Makefile +++ b/databases/postgresql73/Makefile @@ -3,7 +3,7 @@ # Date created: Oct 9 1996 # Whom: Matthew Stein <matt@bdd.net> # -# $Id: Makefile,v 1.4 1996/11/17 03:18:45 obrien Exp $ +# $Id: Makefile,v 1.5 1996/11/19 14:16:51 asami Exp $ PKGNAME= postgres95-1.08 CATEGORIES= databases @@ -17,7 +17,7 @@ DISTFILES= postgres95-1.08.tar.gz \ MAINTAINER= matt@bdd.net -NO_PACKAGE= yes +NO_PACKAGE= "Requires postgres uid" WRKSRC= ${WRKDIR}/postgres95/src/ MAKE_ENV+= WRKSRC=${WRKSRC} WRKDIR=${WRKDIR} USE_GMAKE= yes |