diff options
Diffstat (limited to 'security/gpass/Makefile')
-rw-r--r-- | security/gpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile index 3afa5341f6e4..6b1f0a0c8527 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -12,8 +12,8 @@ COMMENT= Password manager for GNOME2 BROKEN= unfetchable -LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \ - libmhash.so:${PORTSDIR}/security/mhash +LIB_DEPENDS= libmcrypt.so:security/libmcrypt \ + libmhash.so:security/mhash GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic |