diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /cad/oregano | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.zst freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'cad/oregano')
-rw-r--r-- | cad/oregano/Makefile | 5 | ||||
-rw-r--r-- | cad/oregano/pkg-plist | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index dac9c2b8cee1..9518d579d248 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -3,10 +3,11 @@ # Whom: Anders Andersson <anders@hack.org> # # $FreeBSD$ -# +# $MCom: ports/cad/oregano/Makefile,v 1.7 2006/10/10 05:25:08 ahze Exp $ PORTNAME= oregano PORTVERSION= 0.60.0 +PORTREVISION= 1 CATEGORIES= cad gnome MASTER_SITES= http://gforge.lug.fi.uba.ar/frs/download.php/84/ @@ -16,7 +17,7 @@ COMMENT= Schematic capture and simulation of electrical circuits BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GETTEXT= yes USE_GNOME= gnomehack gnomeprefix gtksourceview intlhack libglade2 \ libgnomeprintui libgnomeui diff --git a/cad/oregano/pkg-plist b/cad/oregano/pkg-plist index 1ffb65f71a79..71f28b6e6fd3 100644 --- a/cad/oregano/pkg-plist +++ b/cad/oregano/pkg-plist @@ -59,6 +59,7 @@ share/locale/es/LC_MESSAGES/oregano.mo share/locale/fr/LC_MESSAGES/oregano.mo share/locale/it/LC_MESSAGES/oregano.mo share/locale/ja/LC_MESSAGES/oregano.mo +share/locale/pl/LC_MESSAGES/oregano.mo share/locale/pt_BR/LC_MESSAGES/oregano.mo share/locale/ro/LC_MESSAGES/oregano.mo share/locale/ru/LC_MESSAGES/oregano.mo @@ -76,3 +77,9 @@ share/mime/packages/oregano.xml @dirrm share/gnome/help/oregano @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca |