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 | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) | |
download | ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.tar.gz ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.zip |
Notes
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 \ |