aboutsummaryrefslogtreecommitdiff
path: root/security/libcryptui
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/libcryptui
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Notes
Diffstat (limited to 'security/libcryptui')
-rw-r--r--security/libcryptui/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/security/libcryptui/Makefile b/security/libcryptui/Makefile
index 6b2c8fe21fc9..107d3848dd41 100644
--- a/security/libcryptui/Makefile
+++ b/security/libcryptui/Makefile
@@ -10,13 +10,13 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME application for managing encryption keys (PGP, SSH)
-BUILD_DEPENDS= seahorse>=3.0.0:${PORTSDIR}/security/seahorse \
- gpg:${PORTSDIR}/security/gnupg
-LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \
- libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
- libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
-RUN_DEPENDS= seahorse>=3.0.0:${PORTSDIR}/security/seahorse \
- gpg:${PORTSDIR}/security/gnupg
+BUILD_DEPENDS= seahorse>=3.0.0:security/seahorse \
+ gpg:security/gnupg
+LIB_DEPENDS= libgpgme.so:security/gpgme \
+ libdbus-glib-1.so:devel/dbus-glib \
+ libgnome-keyring.so:security/libgnome-keyring
+RUN_DEPENDS= seahorse>=3.0.0:security/seahorse \
+ gpg:security/gnupg
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= intlhack gnomeprefix gtk30 introspection:build
@@ -34,7 +34,7 @@ OPTIONS_DEFINE= NOTIFY
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNOTIFY}
-LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS+= libnotify.so:devel/libnotify
.else
CONFIGURE_ARGS+=--disable-libnotify
.endif