Missing hidden dependency.
This commit is contained in:
parent
fb83b9e131
commit
bcca960861
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.50 2011/06/21 14:32:56 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.51 2011/06/21 17:42:08 ajacoutot Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
@ -6,7 +6,7 @@ COMMENT= archive manager for GNOME
|
|||||||
|
|
||||||
GNOME_PROJECT= file-roller
|
GNOME_PROJECT= file-roller
|
||||||
GNOME_VERSION= 2.32.2
|
GNOME_VERSION= 2.32.2
|
||||||
REVISION= 1
|
REVISION= 2
|
||||||
|
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
|
|
||||||
@ -28,13 +28,14 @@ MODULES= devel/gettext \
|
|||||||
x11/gnome \
|
x11/gnome \
|
||||||
devel/gconf2
|
devel/gconf2
|
||||||
|
|
||||||
RUN_DEPENDS= archivers/gtar \
|
RUN_DEPENDS= archivers/gcpio \
|
||||||
archivers/xz \
|
archivers/gtar \
|
||||||
archivers/unzip \
|
archivers/p7zip \
|
||||||
archivers/zip \
|
|
||||||
archivers/gcpio \
|
|
||||||
archivers/unrar \
|
archivers/unrar \
|
||||||
archivers/p7zip
|
archivers/unzip \
|
||||||
|
archivers/xz \
|
||||||
|
archivers/zip \
|
||||||
|
sysutils/cdrtools
|
||||||
LIB_DEPENDS= x11/gnome/nautilus
|
LIB_DEPENDS= x11/gnome/nautilus
|
||||||
|
|
||||||
MODGNOME_HELP_FILES= Yes
|
MODGNOME_HELP_FILES= Yes
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/21 17:05:24 jasper Exp $
|
# $OpenBSD: Makefile,v 1.2 2011/06/21 17:42:18 ajacoutot Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
@ -11,6 +11,8 @@ GNOME_VERSION= 3.0.2
|
|||||||
PKGNAME-main= ${DISTNAME}
|
PKGNAME-main= ${DISTNAME}
|
||||||
PKGNAME-nautilus= nautilus-${DISTNAME}
|
PKGNAME-nautilus= nautilus-${DISTNAME}
|
||||||
|
|
||||||
|
REVISION-main= 0
|
||||||
|
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
|
|
||||||
# GPLv2
|
# GPLv2
|
||||||
@ -34,13 +36,14 @@ MODULES= devel/dconf \
|
|||||||
MULTI_PACKAGES= -main -nautilus
|
MULTI_PACKAGES= -main -nautilus
|
||||||
|
|
||||||
WANTLIB-main= ${WANTLIB} c pthread
|
WANTLIB-main= ${WANTLIB} c pthread
|
||||||
RUN_DEPENDS-main= archivers/gtar \
|
RUN_DEPENDS-main= archivers/gcpio \
|
||||||
archivers/xz \
|
archivers/gtar \
|
||||||
archivers/unzip \
|
archivers/p7zip \
|
||||||
archivers/zip \
|
|
||||||
archivers/gcpio \
|
|
||||||
archivers/unrar \
|
archivers/unrar \
|
||||||
archivers/p7zip
|
archivers/unzip \
|
||||||
|
archivers/xz \
|
||||||
|
archivers/zip \
|
||||||
|
sysutils/cdrtools
|
||||||
LIB_DEPENDS-main= x11/gtk+3
|
LIB_DEPENDS-main= x11/gtk+3
|
||||||
|
|
||||||
WANTLIB-nautilus= ${WANTLIB} nautilus-extension
|
WANTLIB-nautilus= ${WANTLIB} nautilus-extension
|
||||||
|
Loading…
Reference in New Issue
Block a user