1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

get rid of libgnugetopt dependency for -CURRENT,

use USE_GETOPT_LONG instead.
add missing dependency to gettext.
This commit is contained in:
FUJISHIMA Satsuki 2003-07-14 02:35:55 +00:00
parent 451c73b09f
commit e1eb39c5be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84823
3 changed files with 14 additions and 19 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= gpsdrive
PORTVERSION= 1.31
PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= http://gpsdrive.kraftvoll.at/ \
http://gpsdrive.dotdeguy.de/ \
@ -19,8 +20,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/pre/}
MAINTAINER= molter@gufi.org
COMMENT= A GPS navigation system
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
USE_GETOPT_LONG=yes
USE_PERL5= yes
USE_GMAKE= yes
USE_GNOME= gdkpixbuf

View File

@ -0,0 +1,11 @@
--- configure.orig Sat Dec 7 06:51:08 2002
+++ configure Fri Jul 11 15:42:44 2003
@@ -12623,8 +12623,6 @@
-CFLAGS="-O2 -Wall"
-CXXFLAGS="$CFLAGS"
# Check whether --with-pentiumpro or --without-pentiumpro was given.

View File

@ -1,14 +1,5 @@
--- src/Makefile.in.orig Thu Aug 8 23:52:40 2002
+++ src/Makefile.in Thu Aug 8 23:54:21 2002
@@ -117,7 +117,7 @@
# gpsdrive_LDADD= $(GLIB_LIBS) $(GTK_LIBS) $(PIXLIBS)
#gpsdrive_LDADD=@LIBS@
-gpsdrive_LDADD = @XLIBS@
+gpsdrive_LDADD = @XLIBS@ -lgnugetopt
# gpsdrive_CFLAGS=@CFLAGS@
# libgpsd_a_CFLAGS=@CFLAGS@
# CFLAGS=
@@ -173,7 +173,7 @@
am_friendsd_OBJECTS = friendsd.$(OBJEXT)
@ -18,12 +9,3 @@
friendsd_DEPENDENCIES =
friendsd_LDFLAGS =
@DISABLEGARMIN_TRUE@am_garble_OBJECTS =
@@ -183,7 +183,7 @@
@DISABLEGARMIN_FALSE@ garmin_link.$(OBJEXT) \
@DISABLEGARMIN_FALSE@ garmin_util.$(OBJEXT)
garble_OBJECTS = $(am_garble_OBJECTS)
-garble_LDADD = $(LDADD)
+garble_LDADD = $(LDADD) -lgnugetopt
garble_DEPENDENCIES =
garble_LDFLAGS =
am_gpsd_OBJECTS = gpsd.$(OBJEXT)