diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-04-13 20:15:50 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-04-13 20:15:50 +0000 |
commit | e89f8ce08ea21b8bfb8e83b2cd5281080e2c70e1 (patch) | |
tree | 3624c3fef4bad4b42cc863c9dcf83e97d60706ff /x11-toolkits | |
parent | 1002fa9f4cff76b52bde525da375d7f0a82f3bad (diff) | |
download | ports-e89f8ce08ea21b8bfb8e83b2cd5281080e2c70e1.tar.gz ports-e89f8ce08ea21b8bfb8e83b2cd5281080e2c70e1.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/rep-gtk/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile index 22521c220d03..c25448fd7254 100644 --- a/x11-toolkits/rep-gtk/Makefile +++ b/x11-toolkits/rep-gtk/Makefile @@ -15,7 +15,11 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ binding for rep Lisp interpreter -LIB_DEPENDS= rep.13:${PORTSDIR}/lang/librep +LIB_DEPENDS= rep.15:${PORTSDIR}/lang/librep + +IGNORE= missing rep-config from librep port broke the build. +DEPRECATED= missing rep-config from librep port broke the build. +EXPIRATION_DATE=2011-05-13 PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} |