diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /comms | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnuradio/Makefile | 3 | ||||
-rw-r--r-- | comms/hamlib/Makefile | 3 | ||||
-rw-r--r-- | comms/openobex/Makefile | 3 | ||||
-rw-r--r-- | comms/tlf/Makefile | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 0a5b279c1adc..fc3897bea412 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnuradio PORTVERSION= 3.0.3 +PORTREVISION= 1 CATEGORIES= comms astro hamradio MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnuradio @@ -32,7 +33,7 @@ USE_PYTHON= 2.4+ USE_WX= 2.6 WX_COMPS= wx wx:build wx:run python:build python:run USE_PERL5= yes -USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_AUTOTOOLS= autoconf:261 libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 59e766a1d482..737026c1d0c5 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -7,6 +7,7 @@ PORTNAME= hamlib PORTVERSION= 1.2.6.1 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +22,7 @@ USE_GNOME= pkgconfig gnomehack USE_GETOPT_LONG= yes USE_PERL5= yes USE_PYTHON= yes -USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_AUTOTOOLS= autoconf:261 libtool:15 USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-perl-binding --with-python=${PYTHON_CMD} diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index 16aacaa6f5c5..073acd836c12 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -7,6 +7,7 @@ PORTNAME= openobex PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= comms net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mad@madpilot.net COMMENT= Open source implementation of the OBEX protocol -USE_AUTOTOOLS= automake:14:env autoheader:259 autoconf:259 libtool:15 +USE_AUTOTOOLS= automake:14:env autoheader:261 autoconf:261 libtool:15 USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile index 809bb4bd1319..d0c5145520a4 100644 --- a/comms/tlf/Makefile +++ b/comms/tlf/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio curses based logging program -USE_AUTOTOOLS= autoconf:259 libtool:15 aclocal:19 automake:19 +USE_AUTOTOOLS= autoconf:261 libtool:15 aclocal:19 automake:19 GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" |