diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-21 10:07:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-21 10:07:35 +0000 |
commit | cc121d979407d6c3fdfdef751cec3b97e5ed9885 (patch) | |
tree | c2b4515527fa44f542b6521d6f5d161920a65bce /devel/libol | |
parent | Update to 0.0.27. (diff) |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
Notes
Notes:
svn path=/head/; revision=31811
Diffstat (limited to 'devel/libol')
-rw-r--r-- | devel/libol/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/libol/Makefile b/devel/libol/Makefile index 045f39d5c749..ba89dbb7a874 100644 --- a/devel/libol/Makefile +++ b/devel/libol/Makefile @@ -14,6 +14,5 @@ MAINTAINER= vince@blue-box.net USE_LIBTOOL= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes .include <bsd.port.mk> |