diff options
author | krion <krion@FreeBSD.org> | 2003-11-11 21:49:42 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-11 21:49:42 +0800 |
commit | fdcd9f450ad414eabd7db0fb85ce6c478e63c085 (patch) | |
tree | 2fac3e369fa78cc0cc457e7ba4662d487f9c6c0c /misc/tellico/Makefile | |
parent | 869ce725a89b14640ccb1c45313face1a560c205 (diff) | |
download | freebsd-ports-gnome-fdcd9f450ad414eabd7db0fb85ce6c478e63c085.tar.gz freebsd-ports-gnome-fdcd9f450ad414eabd7db0fb85ce6c478e63c085.tar.zst freebsd-ports-gnome-fdcd9f450ad414eabd7db0fb85ce6c478e63c085.zip |
- Update to version 0.7.1
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> |