diff options
Diffstat (limited to 'net/tightvncviewer')
-rw-r--r-- | net/tightvncviewer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tightvncviewer/Makefile b/net/tightvncviewer/Makefile index f20b994b8bd..83df24ed737 100644 --- a/net/tightvncviewer/Makefile +++ b/net/tightvncviewer/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2003/03/03 02:45:51 jschauma Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/29 12:42:05 jmmv Exp $ # FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp # DISTNAME= tightvnc-1.2.8 PKGNAME= tightvncviewer-1.2.8 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/vnc_unixsrc CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vnc-tight/} DISTFILES= ${DISTNAME}_unixsrc.tar.bz2 @@ -19,7 +20,6 @@ CRYPTO= yes USE_BUILDLINK2= yes USE_IMAKE= yes -WRKSRC= ${WRKDIR}/vnc_unixsrc CONFIGURE_DIRS= ${WRKSRC}/libvncauth CONFIGURE_DIRS+= ${WRKSRC}/vncviewer BUILD_DIRS= ${CONFIGURE_DIRS} |