diff options
author | rh <rh@pkgsrc.org> | 2003-04-19 04:37:47 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-19 04:37:47 +0000 |
commit | e54cd408237438ecb6dc5615d177792655a3a688 (patch) | |
tree | cfc66301fb984ce27492599c89f740d143fb35b2 | |
parent | b37dace6a2d57f66563ae174c00ef1506b6136fb (diff) | |
download | pkgsrc-e54cd408237438ecb6dc5615d177792655a3a688.tar.gz |
Add an empty line between DEPENDS and CONFLICTS
-rw-r--r-- | www/moz-bin-plugger/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/moz-bin-plugger/Makefile b/www/moz-bin-plugger/Makefile index c1113489a07..ce798854617 100644 --- a/www/moz-bin-plugger/Makefile +++ b/www/moz-bin-plugger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/19 03:50:50 rh Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/19 04:37:47 rh Exp $ # DISTNAME= ${PLUGGER}-linux-x86-glibc @@ -12,6 +12,7 @@ HOMEPAGE= http://fredrik.hubbe.net/plugger.html COMMENT= streaming multimedia plugin for Mozilla (Linux version) DEPENDS+= mozilla-bin-[0-9]*:../../www/mozilla-bin + CONFLICTS+= moz-linux-plugger-[0-9]* USE_BUILDLINK2= YES |