diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-20 05:20:48 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-20 05:20:48 +0800 |
commit | 53dddc2be9f0f0ae838011f3410a14c8c72d1747 (patch) | |
tree | 73ae0002704600e4718b450eb2c2004762b5be6c /net/tintin++-devel | |
parent | 8715172b5618fc67a4e8f9fd9a86d4a65e39e4ee (diff) | |
download | freebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.tar.gz freebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.tar.zst freebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
Diffstat (limited to 'net/tintin++-devel')
-rw-r--r-- | net/tintin++-devel/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile index 919dc77c2b27..3f4fc91f2051 100644 --- a/net/tintin++-devel/Makefile +++ b/net/tintin++-devel/Makefile @@ -25,15 +25,6 @@ USE_GCC= 3.2+ PLIST_FILES= bin/tt++ PORTDOCS= BUGS CREDITS FAQ README TODO tintin19.txt chat_protocol.txt -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CFLAGS+= -I ${LOCALBASE}/include -MAKE_ENV+= LIBS="-L${LOCALBASE}/lib" -MAKE_ARGS+= LDFLAGS=${PTHREAD_LIBS} -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.in @@ -46,4 +37,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |