diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-06 02:51:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-06 02:51:35 +0800 |
commit | 8e1782a16a6c976da1ba43f0d146f9bc26f0b0cd (patch) | |
tree | aa426317d8362192f7558dbdbf6665115aeb1b5b | |
parent | 5e9bc087d281ac4d3f85ddca7fab664e9cc2c573 (diff) | |
download | marcuscom-ports-8e1782a16a6c976da1ba43f0d146f9bc26f0b0cd.tar marcuscom-ports-8e1782a16a6c976da1ba43f0d146f9bc26f0b0cd.tar.gz marcuscom-ports-8e1782a16a6c976da1ba43f0d146f9bc26f0b0cd.tar.bz2 marcuscom-ports-8e1782a16a6c976da1ba43f0d146f9bc26f0b0cd.tar.lz marcuscom-ports-8e1782a16a6c976da1ba43f0d146f9bc26f0b0cd.tar.xz marcuscom-ports-8e1782a16a6c976da1ba43f0d146f9bc26f0b0cd.tar.zst marcuscom-ports-8e1782a16a6c976da1ba43f0d146f9bc26f0b0cd.zip |
use USES=libtool
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19763 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/eog/Makefile | 2 | ||||
-rw-r--r-- | graphics/eog/pkg-plist | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index d96a63eb4..a02c9146e 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ USE_GNOME= gnomeprefix intlhack librsvg2 gtk30 gnomedesktop3 \ introspection:build -USES= desktop-file-utils gettext gmake pathfix \ +USES= desktop-file-utils gettext gmake libtool pathfix \ pkgconfig tar:xz INSTALLS_ICONS= yes GNU_CONFIGURE= yes diff --git a/graphics/eog/pkg-plist b/graphics/eog/pkg-plist index 8d6e09d79..45283b147 100644 --- a/graphics/eog/pkg-plist +++ b/graphics/eog/pkg-plist @@ -25,11 +25,8 @@ include/eog-%%VERSION%%/eog/eog-window.h include/eog-3.0/eog/eog-window-activatable.h lib/eog/girepository-1.0/Eog-3.0.typelib lib/eog/plugins/fullscreen.plugin -lib/eog/plugins/libfullscreen.la lib/eog/plugins/libfullscreen.so -lib/eog/plugins/libreload.la lib/eog/plugins/libreload.so -%%EXIF%%lib/eog/plugins/libstatusbar-date.la %%EXIF%%lib/eog/plugins/libstatusbar-date.so lib/eog/plugins/reload.plugin %%EXIF%%lib/eog/plugins/statusbar-date.plugin |