diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /net-im/aim | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) |
Notes
Diffstat (limited to 'net-im/aim')
-rw-r--r-- | net-im/aim/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/aim/Makefile b/net-im/aim/Makefile index 9e79e727ab1a..c4ef5a7d5bc3 100644 --- a/net-im/aim/Makefile +++ b/net-im/aim/Makefile @@ -7,6 +7,7 @@ PORTNAME= aim PORTVERSION= 1.5.286 +PORTREVISION= 1 CATEGORIES= net linux MASTER_SITES= ftp://ftp.newaol.com/aimgen/380469/ DISTNAME= aim-${PORTVERSION} @@ -15,13 +16,13 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= AOL's Instant Messenger (AIM) client -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ - /compat/linux/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes NO_BUILD= yes -USE_XLIB= yes +USE_LINUX= yes +PREFIX?= ${X11BASE} INSTALLS_SHLIB= yes # must not strip STRIP= |