diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-29 19:30:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-29 19:30:15 +0000 |
commit | 6d85622e25957abcd14dc2ab85e3df4d3dd96a6d (patch) | |
tree | 31cfba53a311d39f3d9813823d0e6865eb364589 /graphics/cenon/Makefile | |
parent | 820c38db16048d9fee2a0dd3752f12c690d15e29 (diff) |
Notes
Diffstat (limited to 'graphics/cenon/Makefile')
-rw-r--r-- | graphics/cenon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cenon/Makefile b/graphics/cenon/Makefile index 11c2ad305737..35d8b3efbed4 100644 --- a/graphics/cenon/Makefile +++ b/graphics/cenon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cenon -PORTVERSION= 3.81 +PORTVERSION= 3.82 CATEGORIES= graphics MASTER_SITES= http://www.vhf-group.com/vhfInterservice/download/source/ DISTNAME= Cenon-${PORTVERSION} @@ -25,13 +25,13 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/Cenon -FULLVERSION= 3.80 +FULLVERSION= 3.82 OPTIONS= FULL_LIBRARY "Install complete Cenon Library" off .include <bsd.port.pre.mk> -.if defined(WITH_FULL_LIBRARY) || target(makesum) +.if defined(WITH_FULL_LIBRARY) || make(makesum) || defined(FETCH_ALL) DISTFILES+= CenonLibrary-${FULLVERSION}-1${EXTRACT_SUFX} PLIST_SUB+= FULL="" .else |