diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /cad/gerbv/Makefile | |
parent | - Fix pkg-plist for nano and nano-devel. (diff) |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Diffstat (limited to 'cad/gerbv/Makefile')
-rw-r--r-- | cad/gerbv/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
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 |