diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-14 13:32:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-14 13:32:06 +0000 |
commit | 4fe6852b8fc27fae11fdc1a2e6a04519dff79d2d (patch) | |
tree | 3c0e8bfe673a5c1e30efc1a8f7c2fa62a73243fc /devel/libtool13 | |
parent | aa0a6b33abb64a760dac34854c5336e9dd14e0c3 (diff) |
Notes
Diffstat (limited to 'devel/libtool13')
-rw-r--r-- | devel/libtool13/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libtool13/Makefile b/devel/libtool13/Makefile index 1a27412f5338..a2ee543ab5ee 100644 --- a/devel/libtool13/Makefile +++ b/devel/libtool13/Makefile @@ -22,4 +22,8 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PREFIX=${PREFIX} +.ifdef USE_LIBTOOL +.error You have `USE_LIBTOOL' variable defined either in environment or in make(1) arguments. Please undefine and try again. +.endif + .include <bsd.port.mk> |