diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /graphics/gtkam | |
parent | - Add goocanvas (diff) |
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 'graphics/gtkam')
-rw-r--r-- | graphics/gtkam/Makefile | 6 | ||||
-rw-r--r-- | graphics/gtkam/pkg-plist | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index 8bd582e84d12..7558613d4c47 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkam PORTVERSION= 0.1.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gphoto @@ -18,7 +18,7 @@ COMMENT= Download and view files from various digital cameras LIB_DEPENDS= exif-gtk.5:${PORTSDIR}/graphics/libexif-gtk \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 -USE_X_PREFIX= yes +USE_XLIB= yes WANT_GNOME= yes USE_GNOME= gnomehack gnomehier gnometarget gtk20 GNU_CONFIGURE= yes @@ -29,7 +29,7 @@ MAN1= gtkam.1 .include <bsd.port.pre.mk> -.if exists(${X11BASE}/lib/libgimp-2.0.so) && !defined(WITHOUT_GIMP) +.if exists(${LOCALBASE}/lib/libgimp-2.0.so) && !defined(WITHOUT_GIMP) WITH_GIMP= yes .endif diff --git a/graphics/gtkam/pkg-plist b/graphics/gtkam/pkg-plist index 65e033494582..f870a62bd320 100644 --- a/graphics/gtkam/pkg-plist +++ b/graphics/gtkam/pkg-plist @@ -63,3 +63,11 @@ share/locale/uk/LC_MESSAGES/gtkam.mo %%GNOME:%%@dirrm share/gnome/help/gtkam/C %%GNOME:%%@dirrm share/gnome/help/gtkam %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/sl/LC_MESSAGES +@dirrmtry share/locale/sl +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs |