diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-21 18:07:35 +0800 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-21 18:07:35 +0800 |
commit | cc121d979407d6c3fdfdef751cec3b97e5ed9885 (patch) | |
tree | c2b4515527fa44f542b6521d6f5d161920a65bce /net/kxicq | |
parent | a3dda2e04d90f5ebf144836d5c498188539545d0 (diff) | |
download | freebsd-ports-gnome-cc121d979407d6c3fdfdef751cec3b97e5ed9885.tar.gz freebsd-ports-gnome-cc121d979407d6c3fdfdef751cec3b97e5ed9885.tar.zst freebsd-ports-gnome-cc121d979407d6c3fdfdef751cec3b97e5ed9885.zip |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
Diffstat (limited to 'net/kxicq')
-rw-r--r-- | net/kxicq/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/kxicq/Makefile b/net/kxicq/Makefile index bbfabbfdefd7..19cd34686b8c 100644 --- a/net/kxicq/Makefile +++ b/net/kxicq/Makefile @@ -15,7 +15,6 @@ MAINTAINER= andrey@novikov.com LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11 -GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_QT= yes |