diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-28 11:28:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-28 11:28:30 +0800 |
commit | 084268b65b6a4ba8cd9a2c193b165516b7a70bfe (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /cad | |
parent | 63dee78872bf0f8c9861ab6e8fb93a43b3d4eaa8 (diff) | |
download | freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.tar.gz freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.tar.zst freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.zip |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda/Makefile | 3 | ||||
-rw-r--r-- | cad/gerbv/Makefile | 10 | ||||
-rw-r--r-- | cad/libgeda/Makefile | 7 |
3 files changed, 7 insertions, 13 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 55f6e5b41c0f..656f77d17c50 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk OPTIONS_DEFINE= DOCS -USE_GNOME= desktopfileutils gnomehack gtk20 +USES= pathfix +USE_GNOME= desktopfileutils gtk20 USE_PERL5_RUN= yes USE_PYTHON= run USE_GETTEXT= yes diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index c15819fb82f1..973f936713a5 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: gerbv -# Date created: Jul 16, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gerbv PORTVERSION= 2.6.0 @@ -18,7 +13,8 @@ COMMENT= A Free Gerber Viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GNOME= desktopfileutils gnomehack gtk20 +USES= pathfix +USE_GNOME= desktopfileutils gtk20 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes INSTALLS_ICONS= yes diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index f3fc44257bd8..dcb77408a8b6 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgeda -# Date created: 4 April 2001 -# Whom: bruno schwander <bruno@tinkerbox.org> -# +# Created by: bruno schwander <bruno@tinkerbox.org> # $FreeBSD$ -# PORTNAME= libgeda PORTVERSION= 1.4.3 @@ -21,6 +17,7 @@ LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GMAKE= yes +USES= pathfix USE_GNOME= gtk20 gnomehack USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-update-mime-database \ |