diff options
author | gahr <gahr@FreeBSD.org> | 2010-11-02 23:51:57 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-11-02 23:51:57 +0800 |
commit | 68a873af9d42625595ea24f6967055cca55458bc (patch) | |
tree | d423707b41be7d1472b984d765994bd5e37e3d32 /sysutils | |
parent | ad4dbe2209e56719332e5a9741e7e8bee09c3894 (diff) | |
download | freebsd-ports-gnome-68a873af9d42625595ea24f6967055cca55458bc.tar.gz freebsd-ports-gnome-68a873af9d42625595ea24f6967055cca55458bc.tar.zst freebsd-ports-gnome-68a873af9d42625595ea24f6967055cca55458bc.zip |
- Fix dependencies
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pam_mount/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/pam_mount/Makefile b/sysutils/pam_mount/Makefile index 6b724f13bfb6..1fab4c2b5cc3 100644 --- a/sysutils/pam_mount/Makefile +++ b/sysutils/pam_mount/Makefile @@ -17,6 +17,8 @@ COMMENT= A PAM that can mount volumes for a user session LIB_DEPENDS= HX.25:${PORTSDIR}/lang/libhx +USE_GNOME= pkgconfig libxml2 + GNU_CONFIGURE= yes CONFIGURE_ENV+= libcrypto_LIBS="-L/usr/lib -lcrypto" \ libcrypto_CFLAGS="-I/usr/include" |