diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-24 13:47:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-24 13:47:42 +0800 |
commit | 9cd239bb83b896b1059e456f04347db56fcaf958 (patch) | |
tree | 96fe0e214aa7fd024fc6d8ad3f89472c32da3654 /www/galeon | |
parent | 605531b645c604f0ccd228c1b5c16f9228bab999 (diff) | |
download | freebsd-ports-gnome-9cd239bb83b896b1059e456f04347db56fcaf958.tar.gz freebsd-ports-gnome-9cd239bb83b896b1059e456f04347db56fcaf958.tar.zst freebsd-ports-gnome-9cd239bb83b896b1059e456f04347db56fcaf958.zip |
Fix the flashplayer link.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 8dce3cb58c26..9ec275702d37 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -59,6 +59,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_C MAN1= galeon.1 +FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1 + .include <bsd.port.pre.mk> .if exists(${X11BASE}/lib/libnautilus.so.0) @@ -103,6 +105,7 @@ post-configure: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%X11BASE%%|${X11BASE}|g ; \ + s|%%FLASHPLAYER%%|${FLASHPLAYER}|g ; \ s|%%MOZILLA%%|${MOZILLA}|g' ${WRKSRC}/src/galeon \ ${WRKSRC}/src/nautstub.c |