diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-13 13:25:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-13 13:25:42 +0000 |
commit | 3d1f4d8a108f742c69d89aba954a9c12f6407fab (patch) | |
tree | 898db281f802ed1b5ce831c7a61bab361e752448 /games/traindirector/Makefile | |
parent | 18a58e67ad0f4591ac874729f749049098ba784c (diff) | |
download | ports-3d1f4d8a108f742c69d89aba954a9c12f6407fab.tar.gz ports-3d1f4d8a108f742c69d89aba954a9c12f6407fab.zip |
Notes
Diffstat (limited to 'games/traindirector/Makefile')
-rw-r--r-- | games/traindirector/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/traindirector/Makefile b/games/traindirector/Makefile index 4015b861b5b0..424ed8ce7aaa 100644 --- a/games/traindirector/Makefile +++ b/games/traindirector/Makefile @@ -6,9 +6,9 @@ # PORTNAME= tdir -PORTVERSION= 1.18i +PORTVERSION= 1.18l CATEGORIES= games -MASTER_SITES= http://xtsl.free.fr/118i/ +MASTER_SITES= http://xtsl.free.fr/118l/ DISTNAME= traindir-${PORTVERSION}-src WRKSRC= ${WRKDIR}/traindir-${PORTVERSION} @@ -16,9 +16,8 @@ MAINTAINER= mad@madpilot.net COMMENT= Train controller simulation USE_GMAKE= yes -USE_XLIB= yes USE_X_PREFIX= yes -USE_GNOME= gtk12 glib12 +USE_GNOME= gtk12 USE_REINPLACE= yes post-extract: @@ -30,8 +29,4 @@ post-extract: post-patch: ${REINPLACE_CMD} -e 's#PREFIX#${PREFIX}#' ${WRKSRC}/setup_trdir.sh -post-configure: - ${REINPLACE_CMD} -e 's,\#include \<malloc.h\>,/* include malloc.h */,' \ - ${WRKSRC}/gdialog.c - .include <bsd.port.mk> |