diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-27 22:26:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-27 22:26:13 +0000 |
commit | fe6aecf9fcad51892742c03a6d612a4d12b99d2a (patch) | |
tree | 0190491b9f164fa199001342f6727e4be3b1486b /x11-wm/ude | |
parent | 65a0ecd2384958f93e4b29d7e26e5424e8cdc52e (diff) | |
download | ports-fe6aecf9fcad51892742c03a6d612a4d12b99d2a.tar.gz ports-fe6aecf9fcad51892742c03a6d612a4d12b99d2a.zip |
Notes
Diffstat (limited to 'x11-wm/ude')
-rw-r--r-- | x11-wm/ude/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/ude/Makefile b/x11-wm/ude/Makefile index 0d0fc78243ee..56ae1d7bd445 100644 --- a/x11-wm/ude/Makefile +++ b/x11-wm/ude/Makefile @@ -24,6 +24,9 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +DEPRECATED= Remove dead project +EXPIRATION_DATE= 2007-10-28 + .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " |