aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-08-11 19:20:17 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-08-11 19:20:17 +0000
commit0e682dded4b509db7af4b33742b81f23f7f5df47 (patch)
tree97c412cf2e94b2420ff5f5bb466589d4954046b0 /palm
parentaaaf6642eb584d021d0c901674ff7eafe61d6bbe (diff)
downloadports-0e682dded4b509db7af4b33742b81f23f7f5df47.tar.gz
ports-0e682dded4b509db7af4b33742b81f23f7f5df47.zip
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes: svn path=/head/; revision=279506
Diffstat (limited to 'palm')
-rw-r--r--palm/pilot-link/Makefile2
-rw-r--r--palm/pilrc/Makefile2
-rw-r--r--palm/synce-librapi2/Makefile2
-rw-r--r--palm/synce-librra/Makefile2
-rw-r--r--palm/synce-libsynce/Makefile2
-rw-r--r--palm/synce-serial/Makefile1
6 files changed, 5 insertions, 6 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index 58a9e7b3b200..7c697483cf6d 100644
--- a/palm/pilot-link/Makefile
+++ b/palm/pilot-link/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
USE_BZIP2= yes
USE_ICONV= yes
-USE_GNOME= gnometarget gnomehack pkgconfig
+USE_GNOME= gnomehack pkgconfig
GNU_CONFIGURE= yes
CFLAGS+= -I${WRKSRC}/popt -I${LOCALBASE}/include
CONFIGURE_ARGS+=--with-libiconv=${LOCALBASE} --with-included-popt --enable-conduits --enable-xsltproc
diff --git a/palm/pilrc/Makefile b/palm/pilrc/Makefile
index 4be1eedea7bd..5e502bef7f24 100644
--- a/palm/pilrc/Makefile
+++ b/palm/pilrc/Makefile
@@ -17,7 +17,7 @@ COMMENT= Resource compiler for Pilot applications
WRKSRC= ${WRKDIR}/pilrc-${PORTVERSION}/unix
CONFIGURE_ARGS+= --enable-pilrcui
-USE_GNOME= gnometarget gtk12
+USE_GNOME= gtk12
GNU_CONFIGURE= yes
do-install:
diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile
index d7d75c689a15..e9ef45b6f143 100644
--- a/palm/synce-librapi2/Makefile
+++ b/palm/synce-librapi2/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_ICONV= yes
-USE_GNOME= gnomehack gnometarget
+USE_GNOME= gnomehack
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-libiconv="${LOCALBASE}" \
--with-libsynce="${LOCALBASE}"
diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile
index 6ad25b50305b..b1e57c0c1f40 100644
--- a/palm/synce-librra/Makefile
+++ b/palm/synce-librra/Makefile
@@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_ICONV= yes
USE_LDCONFIG= yes
-USE_GNOME= gnomehack gnometarget
+USE_GNOME= gnomehack
CONFIGURE_ARGS+= --with-libsynce="${LOCALBASE}" \
--with-libmimedir="${LOCALBASE}"
diff --git a/palm/synce-libsynce/Makefile b/palm/synce-libsynce/Makefile
index 38ab377be7d3..80d9da66a344 100644
--- a/palm/synce-libsynce/Makefile
+++ b/palm/synce-libsynce/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_ICONV= yes
-USE_GNOME= gnomehack gnometarget
+USE_GNOME= gnomehack
CONFIGURE_ARGS+= --with-libiconv-prefix="${LOCALBASE}" \
--enable-dccm-file-support=no \
--enable-hal-support=yes \
diff --git a/palm/synce-serial/Makefile b/palm/synce-serial/Makefile
index fc320cfaf9b7..c837902673fd 100644
--- a/palm/synce-serial/Makefile
+++ b/palm/synce-serial/Makefile
@@ -20,6 +20,5 @@ MAN8= ${PORTNAME}-config.8 ${PORTNAME}-start.8 \
${PORTNAME}-abort.8 ${PORTNAME}-chat.8
GNU_CONFIGURE= yes
-USE_GNOME= gnometarget
.include <bsd.port.mk>