diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-21 18:07:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-21 18:07:35 +0800 |
commit | d91657464badb4a89017abc58664368822d5ad40 (patch) | |
tree | 1b79e8a10db5e061d7c738311832986abfa56b0f /palm | |
parent | 79bd93c6e557a748618d1aef21d2d301f72d81a9 (diff) | |
download | freebsd-ports-gnome-d91657464badb4a89017abc58664368822d5ad40.tar.gz freebsd-ports-gnome-d91657464badb4a89017abc58664368822d5ad40.tar.zst freebsd-ports-gnome-d91657464badb4a89017abc58664368822d5ad40.zip |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 1 | ||||
-rw-r--r-- | palm/pilot-link/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index a13a442a1579..4f6e6dd3bd79 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -20,7 +20,6 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_PERL5= yes PREFIX= ${LOCALBASE}/pilot -GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-perl5=${PERL5} MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \ diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index a13a442a1579..4f6e6dd3bd79 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -20,7 +20,6 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_PERL5= yes PREFIX= ${LOCALBASE}/pilot -GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-perl5=${PERL5} MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \ |