diff options
Diffstat (limited to 'misc/tellico/Makefile')
-rw-r--r-- | misc/tellico/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index 599479f38c23..9eafadc727bf 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bookcase -PORTVERSION= 0.6.6 +PORTVERSION= 0.7.1 CATEGORIES= misc kde MASTER_SITES= http://www.periapsis.org/bookcase/download/ @@ -15,7 +15,6 @@ COMMENT= Personal book collection manager for KDE USE_KDELIBS_VER=3 GNU_CONFIGURE= yes - -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> |