diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
commit | 336ae3953d3d62c41f48186a34121cb574159ca6 (patch) | |
tree | 514fbec7b37d5858d68f5654aa26807a11992fe7 /net/linc | |
parent | 25365ad3f37dc7b9b2ea7aa219f9f07f096d732d (diff) |
Notes
Diffstat (limited to 'net/linc')
-rw-r--r-- | net/linc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile index 1c97fa4f2031..138a420e5085 100644 --- a/net/linc/Makefile +++ b/net/linc/Makefile @@ -7,6 +7,7 @@ PORTNAME= linc PORTVERSION= 1.0.3 +PORTREVISION?= 6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -19,8 +20,6 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -PORTREVISION= 6 - USE_GMAKE= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes |