diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:23:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:23:28 +0000 |
commit | dad0d0873a3d4f82a21a868dc5cb50e86c14565b (patch) | |
tree | e462a7690aebd4bb8e131b767361f662174e8b9c /comms | |
parent | edc067f59bc9c29de917cab8043ed939ebb462af (diff) | |
download | ports-dad0d0873a3d4f82a21a868dc5cb50e86c14565b.tar.gz ports-dad0d0873a3d4f82a21a868dc5cb50e86c14565b.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gsmlib/Makefile | 1 | ||||
-rw-r--r-- | comms/hamlib/Makefile | 1 | ||||
-rw-r--r-- | comms/lirc/Makefile | 1 | ||||
-rw-r--r-- | comms/nokryptia/Makefile | 1 | ||||
-rw-r--r-- | comms/scmxx/Makefile | 1 | ||||
-rw-r--r-- | comms/trustedqsl/Makefile | 1 | ||||
-rw-r--r-- | comms/xnecview/Makefile | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 91c111bb82a2..9183b9eaee9e 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A library to access GSM mobile phones through GSM modems USE_GNOME= gnometarget lthack -USE_GETOPT_LONG=yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 503f0d2e94c1..2f17b55da853 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -18,7 +18,6 @@ COMMENT= Shared libraries for Amateur Radio Equipment Control Applications BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 USE_GNOME= pkgconfig gnomehack -USE_GETOPT_LONG= yes USE_PERL5= yes USE_PYTHON= yes USE_AUTOTOOLS= autoconf:261 libtool:15 diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 16f6ef55b951..1c5678b8bef8 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -18,7 +18,6 @@ COMMENT= Linux Infared Remote Control USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_XLIB= yes -USE_GETOPT_LONG=yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/comms/nokryptia/Makefile b/comms/nokryptia/Makefile index 8b9ec8b82238..6d0065c4e658 100644 --- a/comms/nokryptia/Makefile +++ b/comms/nokryptia/Makefile @@ -17,7 +17,6 @@ COMMENT= A tool for fast loading mp3s into Nokia 5510 LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib GNU_CONFIGURE= yes -USE_GETOPT_LONG= yes USE_BZIP2= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index 3b78ce288013..338ef7c04726 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -19,7 +19,6 @@ USE_GCC= 3.4+ USE_GMAKE= yes USE_ICONV= yes USE_GETTEXT= yes -USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS="-I${LOCALBASE}/include" \ diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index 27fed4ea0451..546fb8e63601 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -19,7 +19,6 @@ COMMENT= Amateur Radio Station electronic trusted logbook LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 USE_PERL5= yes -USE_GETOPT_LONG= yes USE_WX= 2.6 USE_LDCONFIG= yes MAKE_ENV= INCDIR="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/comms/xnecview/Makefile b/comms/xnecview/Makefile index 90199bddf00f..fc9a823fed52 100644 --- a/comms/xnecview/Makefile +++ b/comms/xnecview/Makefile @@ -17,7 +17,6 @@ COMMENT= A X viewer of nec2c data LIB_DEPENDS= png:${PORTSDIR}/graphics/png RUN_DEPENDS= nec2c:${PORTSDIR}/comms/nec2c -USE_GETOPT_LONG=yes USE_GNOME= gtk20 USE_GMAKE= yes USE_X_PREFIX= yes |