diff options
author | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
commit | ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch) | |
tree | 0f8268b015ec949860a3c2ab315d341fbbc7615c /x11-wm/ion3 | |
parent | 62cb740217d0f5aa007d7cab9d007fb551534a4f (diff) | |
download | freebsd-ports-graphics-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz freebsd-ports-graphics-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.zst freebsd-ports-graphics-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip |
Sync with new bsd.autotools.mk
Diffstat (limited to 'x11-wm/ion3')
-rw-r--r-- | x11-wm/ion3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/ion3/Makefile b/x11-wm/ion3/Makefile index 4d3c625ad22..d6a8b712c46 100644 --- a/x11-wm/ion3/Makefile +++ b/x11-wm/ion3/Makefile @@ -14,11 +14,11 @@ MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/ MAINTAINER= anthony.ginepro@laposte.net COMMENT= Ion is a tiling tabbed window manager -LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \ - lua.5:${PORTSDIR}/lang/lua +LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua CONFLICTS= ion-2002* ion-devel-* pwm-* +USE_LIBLTDL= yes USE_LIBTOOL_VER=15 USE_X_PREFIX= yes USE_GMAKE= yes |