View | Details | Raw Unified | Return to bug 65421
Collapse All | Expand All

(-)Makefile (-2 / +10 lines)
Lines 30-36 Link Here
30
USE_X_PREFIX=	yes
30
USE_X_PREFIX=	yes
31
USE_GNOME=	gtk20
31
USE_GNOME=	gtk20
32
USE_LIBTOOL_VER=	13
32
USE_LIBTOOL_VER=	13
33
USE_GCC=	3.2
33
34
CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include \
34
CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include \
35
		LDFLAGS=-L${LOCALBASE}/lib
35
		LDFLAGS=-L${LOCALBASE}/lib
36
CONFIGURE_ARGS=	--disable-garmin --disable-mysql
36
CONFIGURE_ARGS=	--disable-garmin --disable-mysql
Lines 39-45 Link Here
39
MAN1=		gpsdrive.1
39
MAN1=		gpsdrive.1
40
MANLANG=	"" de es
40
MANLANG=	"" de es
41
41
42
.include <bsd.port.pre.mk>
43
44
.if ${OSVERSION} < 501103 && ${OSVERSION} >= 500000
45
USE_GCC=3.2
46
.else
47
USE_GCC=3.3
48
.endif
49
42
post-install:
50
post-install:
43
	@${CAT} ${PKGMESSAGE}
51
	@${CAT} ${PKGMESSAGE}
44
52
45
.include <bsd.port.mk>
53
.include <bsd.port.post.mk>
(-)distinfo (+1 lines)
Line 1 Link Here
1
MD5 (gpsdrive-2.07pre7.tar.gz) = 2a409630bc5254920d281adf61f50026
1
MD5 (gpsdrive-2.07pre7.tar.gz) = 2a409630bc5254920d281adf61f50026
2
SIZE (gpsdrive-2.07pre7.tar.gz) = 1357753

Return to bug 65421