summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorryoon <ryoon>2013-07-15 02:02:17 +0000
committerryoon <ryoon>2013-07-15 02:02:17 +0000
commitfd8c019229d4b29e8e415f22be25569d8ab78010 (patch)
tree7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /filesystems
parente630d8b83638d5a20b11327b52b062465bc057c0 (diff)
downloadpkgsrc-fd8c019229d4b29e8e415f22be25569d8ab78010.tar.gz
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/fuse-afpfs-ng/Makefile4
-rw-r--r--filesystems/fuse-djmount/Makefile4
2 files changed, 3 insertions, 5 deletions
diff --git a/filesystems/fuse-afpfs-ng/Makefile b/filesystems/fuse-afpfs-ng/Makefile
index 4af9aee3db9..0666b8ccfb5 100644
--- a/filesystems/fuse-afpfs-ng/Makefile
+++ b/filesystems/fuse-afpfs-ng/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/10/03 16:08:30 asau Exp $
+# $NetBSD: Makefile,v 1.11 2013/07/15 02:02:22 ryoon Exp $
DISTNAME= afpfs-ng-0.8.1
PKGNAME= fuse-${DISTNAME}
@@ -20,7 +20,7 @@ REPLACE_SH+= fuse/afpfs
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
+.include "../../mk/readline.buildlink3.mk"
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
diff --git a/filesystems/fuse-djmount/Makefile b/filesystems/fuse-djmount/Makefile
index 1a7ab873258..285912a9a74 100644
--- a/filesystems/fuse-djmount/Makefile
+++ b/filesystems/fuse-djmount/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/10/03 16:08:31 asau Exp $
+# $NetBSD: Makefile,v 1.8 2013/07/15 02:02:22 ryoon Exp $
DISTNAME= djmount-0.71
PKGNAME= fuse-${DISTNAME}
@@ -14,8 +14,6 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
-USE_GNU_READLINE= yes
-
CONFIGURE_ARGS+= --with-external-libupnp
CONFIGURE_ARGS+= --with-libupnp-prefix=${BUILDLINK_PREFIX.libupnp}