diff options
author | asau <asau> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 00:02:33 +0000 |
commit | 64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /chat/licq-gui-qt/Makefile | |
parent | a189a0a58af46c22e9617b692b0b2c19644064df (diff) | |
download | pkgsrc-64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/licq-gui-qt/Makefile')
-rw-r--r-- | chat/licq-gui-qt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/licq-gui-qt/Makefile b/chat/licq-gui-qt/Makefile index 65b073cb773..5be639ac139 100644 --- a/chat/licq-gui-qt/Makefile +++ b/chat/licq-gui-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2012/07/01 19:05:14 dholland Exp $ +# $NetBSD: Makefile,v 1.41 2012/10/03 00:02:40 asau Exp $ # DISTNAME= licq-1.3.5 @@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.licq.org/ COMMENT= Qt GUI for licq -PKG_DESTDIR_SUPPORT= user-destdir - BUILDLINK_API_DEPENDS.qt3-libs?= qt3-libs>=3.0 DEPENDS+= licq-core-[0-9]*:../../chat/licq-core |