diff options
author | pav <pav@FreeBSD.org> | 2007-12-16 02:32:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-16 02:32:33 +0800 |
commit | a91b150cea86de8c9a178c891e17f1f26278ec20 (patch) | |
tree | 7de1d1a9b78eb4a6a3751d61aa3250b4df7ece0d | |
parent | 1ad3d16ec4416e7923a6e1f332854bdbb4b807ad (diff) | |
download | freebsd-ports-gnome-a91b150cea86de8c9a178c891e17f1f26278ec20.tar.gz freebsd-ports-gnome-a91b150cea86de8c9a178c891e17f1f26278ec20.tar.zst freebsd-ports-gnome-a91b150cea86de8c9a178c891e17f1f26278ec20.zip |
- Register conflicts against sablevm-classpath
-rw-r--r-- | java/classpath/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index 58ebd6fdd021..8acb1d21c8d8 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -32,4 +32,6 @@ USE_GMAKE= yes INFO= hacking tools vmintegration +CONFLICTS= sablevm-classpath-* + .include <bsd.port.mk> |