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 /ftp | |
parent | a3dda2e04d90f5ebf144836d5c498188539545d0 (diff) |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
Notes
Notes:
svn path=/head/; revision=31811
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/caitoo/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftp/caitoo/Makefile b/ftp/caitoo/Makefile index 92ca3736fc7c..8d6ce9988f09 100644 --- a/ftp/caitoo/Makefile +++ b/ftp/caitoo/Makefile @@ -22,7 +22,6 @@ LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \ USE_XLIB= yes USE_QT= yes -GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |