diff options
-rw-r--r-- | x11/libXtrans/Makefile | 5 | ||||
-rw-r--r-- | x11/xtrans/Makefile | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/x11/libXtrans/Makefile b/x11/libXtrans/Makefile index a311d50b463b..88d9bf6e0474 100644 --- a/x11/libXtrans/Makefile +++ b/x11/libXtrans/Makefile @@ -10,6 +10,11 @@ MASTER_SITES= http://xlibs.freedesktop.org/release/ MAINTAINER= x11@FreeBSD.org COMMENT= Network API translation layer for X applications and libraries +CONFLICTS= xtrans + +DEPRECATED= Project is obsoleted, use x11/xtrans instead +EXPIRATION_DATE=2013-09-26 + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/x11/xtrans/Makefile b/x11/xtrans/Makefile index 6a268d80d78d..e1953c67a53f 100644 --- a/x11/xtrans/Makefile +++ b/x11/xtrans/Makefile @@ -8,6 +8,8 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Abstract network code for X +CONFLICTS= libXtrans + LICENSE= MIT XORG_CAT= lib |