diff options
author | SADA Kenji <sada@FreeBSD.org> | 2000-03-11 17:52:08 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2000-03-11 17:52:08 +0000 |
commit | b262f5384f1b10e34cc0cd8e8509efa91d2b764a (patch) | |
tree | 69d258f2ed88dea895bb23d97f7cd0ea1064a498 /x11/XFree86-aoutlibs/Makefile | |
parent | bd979c55e768343562bcedd6df4217371e33052c (diff) |
Enable warning message with compat22 libs for package users.
Maintainer admitted this on ports-ML.
(message-id: <20000309102434.P54218@shale.csir.co.za>)
# Sorry Jeremy, the tree would be frozen soon.
Notes
Notes:
svn path=/head/; revision=26763
Diffstat (limited to 'x11/XFree86-aoutlibs/Makefile')
-rw-r--r-- | x11/XFree86-aoutlibs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-aoutlibs/Makefile b/x11/XFree86-aoutlibs/Makefile index 9c3958efb925..ff3e2b05721f 100644 --- a/x11/XFree86-aoutlibs/Makefile +++ b/x11/XFree86-aoutlibs/Makefile @@ -23,7 +23,7 @@ PORTOBJFORMAT= aout USE_X_PREFIX= yes pre-configure: - @${SETENV} ${SCRIPTS_ENV} ARCH=${ARCH} ${SH} \ + @${SETENV} ${SCRIPTS_ENV} ${SH} \ ${PKGDIR}/REQ ${PKGNAME} INSTALL do-install: |