diff options
Diffstat (limited to 'cad/gerbv')
-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 |