- like ports/96420, fix incomplete library

PR:		97613
Submitted by:	Rong-En Fan
This commit is contained in:
Cheng-Lung Sung 2006-05-22 14:52:25 +00:00
parent bde4675bef
commit e9a0507ab5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163099

View file

@ -2,7 +2,11 @@
FFLAGS= @FFLAGS@ FFLAGS= @FFLAGS@
LIBDIR= ${PREFIX}/lib LIBDIR= ${PREFIX}/lib
.if (${OSVERSION} > 600007)
NO_PROFILE= no NO_PROFILE= no
.else
NOPROFILE= no
.endif
SHLIB_MAJOR= 1 SHLIB_MAJOR= 1