diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-07 06:03:25 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-07 06:03:25 +0800 |
commit | 7e4241bda35642957bc33bcca9e30f49b93de41b (patch) | |
tree | cd9c3ff77d9f187156976ea06c854452b2832ba0 /devel/liboobs/Makefile | |
parent | dad4dbfa9273136da88467f25bcb7fa40753b621 (diff) | |
download | marcuscom-ports-7e4241bda35642957bc33bcca9e30f49b93de41b.tar marcuscom-ports-7e4241bda35642957bc33bcca9e30f49b93de41b.tar.gz marcuscom-ports-7e4241bda35642957bc33bcca9e30f49b93de41b.tar.bz2 marcuscom-ports-7e4241bda35642957bc33bcca9e30f49b93de41b.tar.lz marcuscom-ports-7e4241bda35642957bc33bcca9e30f49b93de41b.tar.xz marcuscom-ports-7e4241bda35642957bc33bcca9e30f49b93de41b.tar.zst marcuscom-ports-7e4241bda35642957bc33bcca9e30f49b93de41b.zip |
Update to 2.17.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7861 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/liboobs/Makefile')
-rw-r--r-- | devel/liboobs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile index 07e16902c..71ce4fef8 100644 --- a/devel/liboobs/Makefile +++ b/devel/liboobs/Makefile @@ -3,10 +3,10 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/liboobs/Makefile,v 1.5 2006/10/30 00:17:23 ahze Exp $ +# $MCom: ports/devel/liboobs/Makefile,v 1.6 2006/10/31 22:34:27 pav Exp $ PORTNAME= liboobs -PORTVERSION= 0.6.0 +PORTVERSION= 2.17.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -21,5 +21,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack USE_LDCONFIG= yes +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share .include <bsd.port.mk> |