aboutsummaryrefslogtreecommitdiff
path: root/www/libxpg4-ns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/libxpg4-ns/Makefile')
-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