diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /devel/mm-common | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) | |
download | ports-29863648e3d55a1df8635d93b18e22c74273d9a3.tar.gz ports-29863648e3d55a1df8635d93b18e22c74273d9a3.zip |
Notes
Diffstat (limited to 'devel/mm-common')
-rw-r--r-- | devel/mm-common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mm-common/Makefile b/devel/mm-common/Makefile index f0a1f4f15d88..75c6995dc87d 100644 --- a/devel/mm-common/Makefile +++ b/devel/mm-common/Makefile @@ -8,13 +8,14 @@ PORTNAME= mm-common PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Common build infrastructure for the GNOME C++ binding libraries -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl USE_GNOME= gnomehack USE_BZIP2= yes |