diff options
author | ru <ru@FreeBSD.org> | 2002-07-22 04:37:43 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-22 04:37:43 +0800 |
commit | bcbfb9350ee5cde2bd6c13b479b5d4569db72a99 (patch) | |
tree | 8e8449429e57db38a4e5dfa7a9ef069c2a2fdcc2 /www/neowebscript | |
parent | 385f994226fc3d0fa44b352045d81d69cc1f4bb8 (diff) | |
download | freebsd-ports-gnome-bcbfb9350ee5cde2bd6c13b479b5d4569db72a99.tar.gz freebsd-ports-gnome-bcbfb9350ee5cde2bd6c13b479b5d4569db72a99.tar.zst freebsd-ports-gnome-bcbfb9350ee5cde2bd6c13b479b5d4569db72a99.zip |
Catch up to the new bsd.lib.mk API (the library is not internal).
Diffstat (limited to 'www/neowebscript')
-rw-r--r-- | www/neowebscript/files/Makefile.lib | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/www/neowebscript/files/Makefile.lib b/www/neowebscript/files/Makefile.lib index bc014befe903..4f57d17c79be 100644 --- a/www/neowebscript/files/Makefile.lib +++ b/www/neowebscript/files/Makefile.lib @@ -25,11 +25,6 @@ LDADD+= -ldb2 #LDFLAGS= ${LDADD} -NOPROFILE= True # to avoid building profiled library -INTERNALLIB= True # to avoid building a static version - NOMAN= True # don't bother with the man-page here, let the port handle it -all: ${SHLIB_NAME} - .include <bsd.lib.mk> |