diff options
author | kwm <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
commit | 0400b2c7ffd8d495abfaff9f6419752b85e249fc (patch) | |
tree | 2b6ace863c4ac36dc5529a870236255349e07060 /palm | |
parent | 94d6b27262b65463638960ad67588da1a0138126 (diff) | |
download | freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.gz freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.zst freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.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>
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pilot-link/Makefile | 2 | ||||
-rw-r--r-- | palm/pilrc/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-librapi2/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-librra/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-libsynce/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-serial/Makefile | 1 |
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> |