diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/libSM/Makefile | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
Notes
Diffstat (limited to 'x11/libSM/Makefile')
-rw-r--r-- | x11/libSM/Makefile | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 6726adf36579..c0339eda1343 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -6,26 +6,14 @@ # PORTNAME= libSM -PORTVERSION= 6.0.3 +PORTVERSION= 1.0.2 +PORTEPOCH= 1 CATEGORIES= x11 -MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= Session Management library for X11 -LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/ice.pc:${PORTSDIR}/x11/libICE -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ - ${LIB_PC_DEPENDS} -RUN_DEPENDS= ${LIB_PC_DEPENDS} - -CONFLICTS= XFree86-libraries-* xorg-libraries-* - -USE_BZIP2= yes -PREFIX?= ${X11BASE} -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_GMAKE= yes -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack pkgconfig +XORG_CAT= lib +USE_XORG= ice xproto:both xtrans .include <bsd.port.mk> |