aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/visualos/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-06-10 17:55:01 +0800
committersobomax <sobomax@FreeBSD.org>2002-06-10 17:55:01 +0800
commit1fb8afa5dd49b80815c6e951fab4b4bdb37a4caf (patch)
tree7ea534afd1fa548505b5970e68685d7e2cfb22a0 /emulators/visualos/Makefile
parentcc38859f02dd0e279a4da6bd9df1df592d66acbd (diff)
downloadfreebsd-ports-graphics-1fb8afa5dd49b80815c6e951fab4b4bdb37a4caf.tar.gz
freebsd-ports-graphics-1fb8afa5dd49b80815c6e951fab4b4bdb37a4caf.tar.zst
freebsd-ports-graphics-1fb8afa5dd49b80815c6e951fab4b4bdb37a4caf.zip
Update to 1.0.4.
Diffstat (limited to 'emulators/visualos/Makefile')
-rw-r--r--emulators/visualos/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/visualos/Makefile b/emulators/visualos/Makefile
index 98d9202dc27..288d1fc5d46 100644
--- a/emulators/visualos/Makefile
+++ b/emulators/visualos/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= VisualOS
-PORTVERSION= 1.0.3
-PORTREVISION= 1
+PORTVERSION= 1.0.4
CATEGORIES= emulators gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= visualos
@@ -17,7 +16,7 @@ MAINTAINER= sobomax@FreeBSD.org
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -26,7 +25,7 @@ MAN1= VisualOS.1
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'