diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 02:58:47 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 02:58:47 +0800 |
commit | 1797fa8d15fb48b349a9dcceef649bf7bbbc52c3 (patch) | |
tree | c81de33346345dbd0b2f422be101b91c4fb52f20 | |
parent | 2c040c07aed9cf010fede7ac24251a29cde9034e (diff) | |
download | freebsd-ports-gnome-1797fa8d15fb48b349a9dcceef649bf7bbbc52c3.tar.gz freebsd-ports-gnome-1797fa8d15fb48b349a9dcceef649bf7bbbc52c3.tar.zst freebsd-ports-gnome-1797fa8d15fb48b349a9dcceef649bf7bbbc52c3.zip |
Fix misapplication
-rw-r--r-- | graphics/truevision/Makefile | 2 | ||||
-rw-r--r-- | security/revelation/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/truevision/Makefile b/graphics/truevision/Makefile index 346048b6e5bf..5d212436e618 100644 --- a/graphics/truevision/Makefile +++ b/graphics/truevision/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} -USES= desktop-file-utils gettext gmake pathfix pkgconfig \ tar:bzip2 +USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:bzip2 \ shared-mime-info USE_GNOME= gnomeprefix intlhack libgnomeui USE_GL= gl diff --git a/security/revelation/Makefile b/security/revelation/Makefile index 96e8002b2d38..db9bfc3d5f01 100644 --- a/security/revelation/Makefile +++ b/security/revelation/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libcrack.so:${PORTSDIR}/security/cracklib RUN_DEPENDS:= ${BULID_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}cracklib>0:${PORTSDIR}/security/py-cracklib -USES= desktop-file-utils gettext gmake pathfix pkgconfig \ tar:bzip2 +USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:bzip2 \ shared-mime-info shebangfix SHEBANG_FILES= src/revelation.py USE_GNOME= gnomeprefix pygnome2 |