diff options
author | asami <asami@FreeBSD.org> | 1999-09-11 09:39:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-11 09:39:46 +0000 |
commit | 800992d8dca422a56db16ef81a72d83ce85144d0 (patch) | |
tree | 90c509649f6fa3768294e8f78205535a384e19ca /www/libxpg4-ns | |
parent | f344be13951f36d28452237ab00e91de89948e6c (diff) | |
download | FreeBSD-ports-800992d8dca422a56db16ef81a72d83ce85144d0.zip FreeBSD-ports-800992d8dca422a56db16ef81a72d83ce85144d0.tar.gz |
Fix check.
Submitted by: maintainer
Diffstat (limited to 'www/libxpg4-ns')
-rw-r--r-- | www/libxpg4-ns/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/libxpg4-ns/Makefile b/www/libxpg4-ns/Makefile index f7524b9..10635c1 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 |