summaryrefslogtreecommitdiff
path: root/www/libxpg4-ns
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-11 09:39:46 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-11 09:39:46 +0000
commitd5cf40638aa4252cd2f4b2710fa960e3046bbf9f (patch)
tree354cef561b616c46e9e3d661557ec8dd3cf4ea8e /www/libxpg4-ns
parentRemove kmap, we're under ports freeze. (diff)
Fix check.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=21655
Diffstat (limited to 'www/libxpg4-ns')
-rw-r--r--www/libxpg4-ns/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/libxpg4-ns/Makefile b/www/libxpg4-ns/Makefile
index f7524b9c360c..10635c136b9c 100644
--- a/www/libxpg4-ns/Makefile
+++ b/www/libxpg4-ns/Makefile
@@ -14,15 +14,14 @@ MASTER_SITES= ${MASTER_SITE_PORTS_JP} \
MAINTAINER= sada@FreeBSD.ORG
-MAKE_ENV+= OBJFORMAT=aout SHLIB_MAJOR=2 SHLIB_MINOR=0 \
- LDDESTDIRENV=LIBRARY_PATH=${PREFIX}/lib/aout
+MAKE_ENV+= OBJFORMAT=aout SHLIB_MAJOR=2 SHLIB_MINOR=0
PORTOBJFORMAT= aout
LIBDIR= ${PREFIX}/lib/aout
SRCDIR= /usr/src
pre-build:
-.if !exists(/usr/lib/aout/crt0.o)
+.if !exists(/usr/lib/aout/c++rt0.o)
@${CAT} ${FILESDIR}/message.nolib
@${FALSE}
.endif